My personal website built with Astro.
- Framework: Astro
- Styling: Sass / SCSS
- Package manager: pnpm
- Deployment: Vercel
- Node.js v20.3.0 or higher
- pnpm v9
- An Upstash Redis database
Command | Action |
---|---|
pnpm install |
Install dependencies |
pnpm run dev |
Start local dev server |
pnpm run build |
Build the production site |
pnpm run preview |
Preview the build locally |
pnpm run lint |
Lint files |
pnpm run format |
Format files |
pnpm run test:e2e |
Run end-to-end tests |