Next.js based My Portfolio Site.
- Node.js 24.1.0 (see
.node-version) - npm
- Next.js 15
- React 19
- Chakra UI 3
- TypeScript 5
npm installnpm run devnpm run dev: start local dev servernpm run build: build production bundle (output: "export"->out/)npm run start: serve production buildnpm run lint: Biome lint (auto-fix)npm run format: Biome format (auto-fix)npm run test: run Vitest once