Personal blog built with Astro, Tailwind CSS and TypeScript.
| Command | Action |
|---|---|
pnpm install |
Install dependencies |
pnpm dev |
Start local dev server at localhost:4321 |
pnpm build |
Build production site to ./dist/ |
pnpm preview |
Preview production build locally |
pnpm format |
Format all files with Prettier |
pnpm lint |
Run ESLint |
pnpm lint:fix |
Auto-fix ESLint issues |