Skip to content

vogelino/citizen-science-course-presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Citizen Science - Course Presentation Slides

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.

Contents

Reference

The Spectacle core API is available in the Spectacle Docs.

Getting Started

  1. Install dependencies

    $ npm install
  2. 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

Build & Deployment

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.