vogelino / citizen-science-course-presentation

Presentation Slides for my course @FH-Potsdam about Citizen Science & Data Visualisation

Home Page:https://citizen-science-course.vogelino.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Presentation Slides for my course @FH-Potsdam about Citizen Science & Data Visualisation

https://citizen-science-course.vogelino.com


Languages

Language:JavaScript 93.4%Language:HTML 5.6%Language:CSS 1.0%