This is my blog. I'm using Astro with Vue 3.
Commands:
make <command> automatically runs pnpm run <command>. Use whichever you prefer.
| Command | Action |
|---|---|
make dev |
Start local dev server at localhost:4321 |
make build |
Build production site to ./dist/ |
make test |
Run tests |
make format |
Format all files with Prettier |
make format-check |
Check if files are formatted correctly |
make preview |
Preview your build locally, before deploying |
make install |
Install dependencies |
make help |
List all available commands |