Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 724 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 724 Bytes

michaelwesterby.com 👨‍💻

Production Deployment Status

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.

Setup

  1. Clone the repo:
[email protected]:mwesterby/michaelwesterby.com.git
  1. Then install the node packages:
npm install

Run Locally

  1. Start the server with:
npm run dev

Once running, you'll be able to access the server on http://localhost:3000.