A minimalist, high performance website and blog built with Astro 5, Tailwindcss. Designed with a focus on speed, aesthetics, and a "developer-first" experience.
- 100/100 Lighthouse Score: Optimized for maximum performance and SEO.
- OLED Dark Mode: Pure absolute black (
#000000) background with sharp Cyan accents. - Modern Typography: Powered by Geist Sans for a premium technical look.
- Responsive & Accessible: Seamless experience across all devices and screen sizes.
- Developer-Ready: Pre-configured with Tailwind CSS, TypeScript, and Prettier.
All commands are run from the root of the project:
| Command | Action |
|---|---|
pnpm install |
Install dependencies |
pnpm dev |
Start local dev server at localhost:4321 |
pnpm build |
Build your production site to ./dist/ |
pnpm preview |
Preview your build locally before deploying |
pnpm format |
Format entire project with prettier |
pnpm lint |
Run ESLint for code quality checks |
Built by Adnan (Adapted from Astro Nano)