Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 262 Bytes

File metadata and controls

22 lines (15 loc) · 262 Bytes

Built with Next.js and TS.


Development

npm install
npm run dev

Production Deploy

npm install
npm run build
npm start

This will build the .next/ folder and serve it using a Node.js server.