This is an Astro project bootstrapped from astro-starter-strict, built upon:
- Tailwind CSS
- TypeScript for refactoring with confidence
- Airbnb JavaScript Style Guide, enforced through ESLint
- Prettier for consistency and clean diffs
Auto-fixes are performed on save with Visual Studio Code or by using pnpm run fix
.
First, run the development server:
pnpm run dev
Open http://localhost:4321 with your browser to see the result.
You can start editing the page by modifying pages/index.astro
. The page auto-updates as you edit the file.