Skip to content

Restream website used for the Ori and the Blind Forest Speedrun Tournament

Notifications You must be signed in to change notification settings

Grifs99/OriRestreamer

 
 

Repository files navigation

Ori and the Blind Forest Restreaming Site

This web app is intended for restreaming Ori and the Blind Forest speedrun races.

  • Single timer with finish times and animation
  • Change the players and commentary names without reloading the page
  • Skill tracker integration
  • Pulls data from google sheets to show stats/standings
  • Stat fly-ins for main stream page

Build instructions:

  • Development: Run npm start in one terminal (to start the server) and ng serve --port=4201 in another (to start the development environment). Alternatively, if you install dev dependencies, you can simply run run-p start dev or npm run start-dev.
  • Production: Run ng build --prod to output the web app to /dist. Copy /dist to the web app server and run npm start on the socket server OR simply run both socket and web app from the same server via npm start.

About

Restream website used for the Ori and the Blind Forest Speedrun Tournament

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.8%
  • HTML 25.8%
  • CSS 21.1%
  • JavaScript 2.3%