Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1 KB

README.md

File metadata and controls

25 lines (17 loc) · 1 KB

Vis for Future Competition

From 20–27 September 2019, millions of people worldwide joined the young climate protesters in a global climate strike to fight for climate justice. To support their cause, we carried out an international competition to gather state-of-the-art visualizations of climate change that were created in the last three years. The winners have been selected by an international jury of climate scientists, communicators, and activists. You can find with all other qualifying submissions including infographics, animations, and interactive visualizations below.

uclab.fh-potsdam.de/vff

Build Setup

# install dependencies
$ npm install # or yarn install

# serve with hot reload at localhost:3333
$ npm run dev

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

# generate static project
$ npm run generate # into dist folder

# if this does not work try
$ npm run build && npm run generate