Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.6 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.6 KB

Scenario Finder

Volker Krey and Jonas Parnow

This explore module allows you to quickly filter all avialable scenarios from the IAMC 1.5 database

screenshot of the module

Co-production Techniques Finder

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.

screenshot of the module


This repository contains the code for Scenario Finder and Co-production Techniques Finder. They are part of the SENSES Toolkit.

License

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.

Structure

  1. Pages use components/Finder as a starting point. They pass urls, titles, … to the Finder.
  2. The Finder safes these information on created.
  3. The loading of data for facets and data is started by the localStorage.

Build Setup

# 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