Skip to content

loebpaul/paulloeb-website

Repository files navigation

This is the personal website for Paul Loeb

Running In Development

npm install
yarn dev

Open http://localhost:3000 with your browser to see the result.

Building For Production

npm install
npx next build
npx next export