Print scorecards for WCA competitions using WCA Live
Hosted at: https://goosly.github.io/wca-scorecards/
To run locally:
-
ng serve
-
Navigate to http://localhost:4200/
To build & deploy to GitHub Pages, simply run the bash script:
-
sh build-prod.sh
This builds the app and pushes the 'dist' directory to a branch called 'gh-pages', which will trigger a build by GitHub Pages