/wca-certificates

Print certificates for WCA competitions using WCA Live

Primary LanguageTypeScript

Print certificates for WCA competitions using WCA Live

Hosted at: https://goosly.github.io/wca-certificates/

Development

To run locally:

  1. ng serve

  2. Navigate to http://localhost:4200/

To build & deploy to GitHub Pages, simply run the bash script:

  1. 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