This repository contains a personal portfolio site built with Next.js (App Router) and TypeScript. It highlights projects, skills, and a dashboard experience, with a focus on fast navigation, modern UI, and PWA capabilities (offline fallback + install prompt).
- App Router structure under
src/app/with routes likedashboard/andprojects/. - Reusable UI components in
src/components/and shared helpers insrc/lib/. - PWA support via
public/sw.js,public/offline.html, andsrc/app/manifest.ts.
- Install dependencies:
npm install
- Start the dev server:
npm run dev
- Open
http://localhost:3000.
npm run build
npm run startnpm run dev: starts Next.js with Turbopack.npm run build: creates a production build.npm run start: serves the production build.npm run lint: runs Next.js linting.
