📚 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.
- 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
- 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
components/
— UI componentscontent/
— articles, cheat sheets, and examplespublic/
— icons, images, and other assets
After launch, the project is available at http://localhost:4321.
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 |
Feel free to check our documentation or jump into our Discord server.