/videocollege

A custom client for the TU Eindhoven videocollege site.

Primary LanguageTypeScriptMIT LicenseMIT

Videocollege Client

A custom client for the TU Eindhoven videocollege site.

This project is in no way associated with the TU Eindhoven or Mediasite.

Development Setup

To get started run:

git clone https://github.com/christiangroothuis/videocollege.git
cd videocollege

yarn install

Copy the .env.example file to .env.local and fill in the REACT_APP_SFAPIKEY which can be found in the API request headers in the videocollege site.

Install the browser extension for Firefox for development in the browser-extension directory using these instructions.

The chromium extension is not yet fully functional, since it doesn't support post requests to the Mediasite API.

Then run:

yarn start

This runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

Useful documentation