This repo collects presentention slides for my seminar done @FH-Potsdam in the sommer semester 2022 called "Citizen Science - Visualize Citydata". The slides are done using the React presentation library Spectacle.
The Spectacle core API is available in the Spectacle Docs.
-
Install dependencies
$ npm install
-
Start the webpack server. The server will run at the default
webpack-dev-server
address,localhost:8080
.$ npm run dev # Or with a specific port! $ npm run dev --port=3000
Building the dist version of the project is as easy as running
$ npm run build
From there you can deploy the built slides in dist
to services like Netlify, Surge, etc!
I use Vercel to deploy my slides.