Gatsby websites are JavaScript applications and generally have a package.json that defines dependencies and scripts for development. In order to run this particular site you should:
- Install dependencies by running either:
yarnornpm install - Run the app locally by running
yarn startornpm run start. Those scripts are shorthands for this particular application that rungatsby developunder the hood which kicks-off a local development environment at https://localhost:8000
- Install dependencies
- Run the application locally and visit http://localhost:8000 and http://localhost:8000/___graphql
Note: Changes to the gatsby-config require restarting the server to see them on the site (i.e. CTRL + C and then run npm run start)
- package.json
- n/a
- n/a