This project is setup as a devcontainer so you can get started developing right away.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
bun install |
Installs dependencies |
bunx --bun astro dev |
Starts local dev server at localhost:4321 |
bun test |
Runs tests |
bunx --bun astro build |
Build your production site to ./dist/ |
bunx --bun astro preview |
Preview your build locally, before deploying |
bunx astro ... |
Run CLI commands like astro add , astro check |
bunx astro -- --help |
Get help using the Astro CLI |
We want to use Conventional Commits to keep commit messages in an easy to read structure for everyone.