Skip to content

moxie0420/astro-chef

Repository files navigation

Astro chef

Astro chef is a ready to go solution to store and use your recipe collection

Contains

Todo

  • Devcontainer

  • Astro + Plugins

  • Animations

  • Components

    • Recipe Card
    • Header
    • Ingredients Box
    • Search Box
  • Color Themes

    • Light theme
    • Dark theme

Commands

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