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 startin one terminal (to start the server) andng serve --port=4201in another (to start the development environment). Alternatively, if you install dev dependencies, you can simply runrun-p start devornpm run start-dev. - Production:
Run
ng build --prodto output the web app to/dist. Copy/distto the web app server and runnpm starton the socket server OR simply run both socket and web app from the same server vianpm start.