My personal website, built on top of the Chakra UI and Next.js Quickstart Tutorial by Benjamin Carlson. The master branch is deployed to https://michaelwesterby.com.
- Clone the repo:
git@github.com:mwesterby/michaelwesterby.com.git- Then install the node packages:
npm install- Start the server with:
npm run devOnce running, you'll be able to access the server on http://localhost:3000.