My personal website, built using React, TypeScript, NextJS, and TailwindCSS.
- ๐ฑ Responsive - Works on mobile, tablets and desktops.
- โจ Server Side rendering of pages generated via React and Tailwind
- ๐ด Works Offline - Install as a PWA. Configured via a Service Worker.
- ๐ Perfect score for all parameters with Google Lighthouse Audit.
- ๐ Written in TypeScript.
git clone
cd anm.dev
bun install
bun run devApp runs on http://localhost:3000
bun run build
bun run startApp runs on http://localhost:3000
