The repo for the 2020 State of JS 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
This monorepo contains all our survey results sites going forward. To activate a specific survey add SURVEY=js2020
or SURVEY=css2020
in .env
.
yarn dev
yarn dev:clean
to run after cleaning all Gatsby caches.