This is the source code for my personal website. It is built with NextJS. A previous version was built with Gatsby and based on the Hello Friend starter.
Install dependencies
npm install
Build development bundle with hot reloading
npm run dev
Build a production bundle
npm run build
Serve the production bundle
npm start
Updates are automatically published when new commits are pushed to main
.