My personal website, built with Gatsby
If for some reason you want to run this locally:
- Clone the repo
npm i
to install the dependenciesnpm run dev
to run the local server- Visit
http://localhost:8000/
To create a public/
directory that can be deployed to any static host, run npm run build
.