LiveSite is a web app for spectators of programming contests.
LiveSite was initially created for ICPC in Japan.
- Standings view with animated UI.
- Team info view linked with standings.
- All features work on Firebase without dedicated servers.
- Node.js
- Python 3.5 (for client)
- Google Account and Google Cloud Platform project (for deployment)
Initial setup:
$ cd frontend
$ npm install
Run the development server:
$ npm run serve