Volker Krey and Jonas Parnow
This explore module allows you to quickly filter all avialable scenarios from the IAMC 1.5 database
Sara Talebian, Henrik Carlsen, Nienke Ansems, Eric Kemp-Benedict and Jonas Parnow
How can we do co-production? The co-production database provides an overview of different methods and tools for specific co-production objectives.
This repository contains the code for Scenario Finder and Co-production Techniques Finder. They are part of the SENSES Toolkit.
The source code is licensed under the ISC license. Text and graphics are licensed under Attribution-ShareAlike 4.0 International. For licensing information on datasets please refer to the data sources section. Exceptions are listed below on a per-file basis.
- Pages use
components/Finder
as a starting point. They pass urls, titles, … to the Finder. - The Finder safes these information on
created
. - The loading of data for facets and data is started by the localStorage.
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run build && npm run generate