Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 471 Bytes

File metadata and controls

16 lines (10 loc) · 471 Bytes

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, install angular-cli-ghpages and run the bash script:

  1. npm install -g angular-cli-ghpages
  2. 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