Anshulg.com
My personal website, built with Astro at anshulg.com.
Deployed via using Docker on Kubernetes running on GKE.
🧞 Commands
Command | Action |
---|---|
bun install |
Installs dependencies |
bun dev |
Starts local dev server at localhost:4321 |
bun build |
Build production site to ./dist/ |
bun preview |
Preview build locally, before deploying |
bun astro ... |
Run CLI commands like astro add , astro check |
bun astro -- --help |
Get help using the Astro CLI |
bun format |
Format code with Prettier |
bun format:check |
Check code formatting with Prettier |
bun lint |
Lint code with ESLint |