Astro chef is a ready to go solution to store and use your recipe collection
- Ready to go Devcontainer
- Astro
- Tailwind CSS
- CSS Inlining via Playform/Inline
- CSS Reduction Via PurgeCSS
- Size Reduction via Playform/Compress
- Brotli and Gzip Compression via astro-compressor
-
Devcontainer
-
Astro + Plugins
-
Animations
-
Components
- Recipe Card
- Header
- Ingredients Box
- Search Box
-
Color Themes
- Light theme
- Dark theme
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
setup |
Installs dependencies |
dev |
Starts local dev server at localhost:4321 |
build |
Build your production site to ./dist/ |
preview |
Preview your build locally, before deploying |
yarn astro ... |
Run CLI commands like astro add , astro check |
yarn astro --help |
Get help using the Astro CLI |
update |
Updates Flake.lock and all Node Modules |