Catalog of crowdsourcing open data and citizen science projects.
Install the dependencies:
npm installStart the development server with HMR:
npm run devYour application will be available at http://localhost:3000.
Create a production build:
npm run buildAll data is stored in app/data/data.json file. A JSON Schema is provided to ease maintaining this.
Custom Markdown pages is supported. Just create file in data/tools/{id} or data/projects/{id}, and it will be automatically used.
To ease maintaining data, a simple script is provided to update some data from Wikidata. You can run it with npm run wikidata.