Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.27 KB

File metadata and controls

45 lines (29 loc) · 1.27 KB

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.