Skip to content

dmitrylean/frontend-basis-projects

Repository files navigation

Crash The Routines (Astro)

📚 A personal code base and UI components, collected on Astro.

This repository is a cheat sheet and a collection of examples for common tasks: from simple layout to ready-made blocks and UI elements.

🔧 Stack

  • Astro — static website and component integration
  • HTML/CSS/JS projects — migrated to a common format
  • Markdown and MDX support — the ability to embed code and components directly into articles

🚀 Features

  • A collection of our own layout developments
  • UI components (cards, forms, players, etc.)
  • Examples of integration with frameworks and libraries
  • Search and convenient structure via Astro

📂 Structure

  • components/ — UI components
  • content/ — articles, cheat sheets, and examples
  • public/ — icons, images, and other assets

After launch, the project is available at http://localhost:4321.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:4321
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.

Releases

No releases published

Packages

No packages published