- Astro
- Netlify
- Tailwind CSS
Command | Action |
---|---|
pnpm install |
Installs dependencies |
pnpm dev |
Starts local dev server at http://localhost:4322/ |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally, before deploying |
pnpm check |
Check for astro issues |
pnpm astro ... |
Run CLI commands like astro add , astro check |
pnpm lint |
Run prettier and eslint |
pnpm lint:fix |
Fix linting issues |
pnpm type:check |
Check for typescript issues |