This is a simple website and blog. It uses Astro 5 and Tailwind CSS. It is made to be very fast and look good. It is easy for developers to use.
Key Features
- 100/100 Lighthouse Score: It is very fast and good for search engines.
- OLED Dark Mode: It has a pure black background (
#000000) with bright Cyan colors. - Modern Typography: It uses Geist Sans for a professional and technical look.
- Responsive & Accessible: It works well on all devices and screen sizes.
- Developer-Ready: It comes with Tailwind CSS, TypeScript, and Prettier set up.
Getting Started
All commands run from the start of the project:
| Command | What it does |
|---|---|
pnpm install | Installs all needed parts |
pnpm dev | Starts local server at localhost:4321 |
pnpm build | Makes your website ready for the internet |
pnpm preview | Shows your website build before you put it online |
pnpm format | Makes all code look clean with Prettier |
pnpm lint | Checks code quality with ESLint |
Made by Adnan (From Astro Nano)