Stack Overflow Developer Survey trends over the years.
- You can request adding missing data by creating a new issue.
- Or you can add data to
<category>_datasets.js
insrc/routes/
. The data is copy-pasted manually from the survey result pages.
Once you've pulled the repo and installed dependencies with npm install
, start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open