Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 853 Bytes

File metadata and controls

28 lines (20 loc) · 853 Bytes

zachlamb.io

Personal portfolio website built with Next.js, TypeScript, Tailwind CSS, and Framer Motion.

Development

npm install
npm run dev

The site runs at http://localhost:3000.

Scripts

Command Description
npm run dev Start development server
npm run build Production build
npm run start Serve production build
npm run lint Run ESLint
npm run format Format with Prettier
npm run typecheck TypeScript type checking
npm test Run tests with Vitest

Deployment

Hosted on Vercel.