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:
[email protected]:mwesterby/michaelwesterby.com.git
- Then install the node packages:
npm install
- Start the server with:
npm run dev
Once running, you'll be able to access the server on http://localhost:3000.