/livesite

Web app for spectators of programming contests

Primary LanguageTypeScriptApache License 2.0Apache-2.0

LiveSite

LiveSite is a web app for spectators of programming contests.

LiveSite was initially created for ICPC in Japan.

Features

  • Standings view with animated UI.
  • Team info view linked with standings.
  • All features work on Firebase without dedicated servers.

Prerequisites

  • Node.js
  • Python 3.5+ (for client)
  • Google Account and Google Cloud Platform project (for deployment)

How to run locally

Initial setup:

$ cd frontend
$ npm install

Run the development server:

$ npm run serve