Skip to content

andreipfeiffer/andreipfeiffer.dev

Repository files navigation

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.