Skip to content

SensesProject/climate-change-scenario-primer

Repository files navigation

Climate Change Scenario Primer

Interactive introduction into climate change scenarios

screenshot of the module

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.

Data Soucres

Data sources and if applicable licenses are listed below on a per-file basis.

Development

Build Setup

# install dependencies
$ npm install # Or yarn

# serve with hot reload at http://localhost:3000/primer/
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate
# remove <base… in all index.html files (it breaks some svgs in safari and paths are absolute anyways)
sed -i '' 's/<base href="\/primer\/">//g' dist/index.html & sed -i '' 's/<base href="\/primer\/">//g' dist/*/index.html

For detailed explanation on how things work, checkout the Nuxt.js docs.