Badgifier generates customisable name badges, personal schedules and certificates for WCA competitions
Badgifier is a static site using jQuery, SCSS and Bootstrap 4.
- Pull down this repo.
- Serve the diretory. One option using python3 is
python -m http.serverand navigate to the site. You can also openindex.htmldirectly in the browser but CORS may prevent some assets from loading.
Upon updating any SCSS file, you will need to run sass scss/style.scss:scss/style.css or during development you can run sass --watch scss/style.scss:scss/style.css. To install SASS, you must have NPM installed and run `npm install -g sass