This is the source code for my personal website. It's a simple Gatsby project.
To get setup, simple clone and run the setup.
$ git clone https://github.com/johnkoht/website
$ cd website
$ yarn install
- Create a
.env.development
file in the root directory - Add
API_URL=http://localhost:3100
(assume you're using the API app)
To start the server, run:
$ gatsby develop
But to run the project, you'll need access to the API, which at this point, is a simple JSON server that runs locally using json-server. I'll have a deployed API at some point in the future.