NaN_
2 min read
Nanoo Labs Website

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:

CommandWhat it does
pnpm installInstalls all needed parts
pnpm devStarts local server at localhost:4321
pnpm buildMakes your website ready for the internet
pnpm previewShows your website build before you put it online
pnpm formatMakes all code look clean with Prettier
pnpm lintChecks code quality with ESLint

Made by Adnan (From Astro Nano)