Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 336 Bytes

File metadata and controls

26 lines (18 loc) · 336 Bytes

Viktor Lin - Portfolio (Next.js)

Portfolio website built with Next.js (App Router), TypeScript, and custom CSS.

Stack

  • Next.js
  • React
  • TypeScript
  • CSS

Run locally

npm install
npm run dev

Open http://localhost:3000.

Build for production

npm run build
npm run start