/oliverjam.es

Website redesign again

Primary LanguageJavaScriptMIT LicenseMIT

oliverjam

My personal website, built with Gatsby

Developing

If for some reason you want to run this locally:

  1. Clone the repo
  2. npm i to install the dependencies
  3. npm run dev to run the local server
  4. Visit http://localhost:8000/

Building

To create a public/ directory that can be deployed to any static host, run npm run build.