The repo for the 2019 State of JavaScript survey site. Powered by Gatsby.
- Create
.env
file at the root of this repo. - Add the following line*:
API_URL=http://api.stateofjs.com/graphql
yarn
*Note that this API is not currently public, but will be soon.
yarn dev
yarn dev:clean
to run after cleaning all Gatsby caches.