My personal website built with Astro.
- Framework: Astro
- Styling: Sass / SCSS
- Package manager: pnpm
- Deployment: Vercel
- Node.js v20.19 or higher
- pnpm v10
| 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 |