Package Exports
- mtg-tourney-app
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mtg-tourney-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mtg-tourney-app
Made to make that "pairings for round 2" crush a little less brutal.
Event organisers upload PDFs exported from Wizards Event Reporter. Players load the app on their phone to easily see which table they've been posted to.

Deploying to Heroku
Easy One Click
This will start an app at a location like my-app-name.herokuapp.com. If you want to use your own domain, you tell the heroku app about your domain (e.g. this is table.my-site.com) and create a CNAME record which points from your domain name to the heroku app.
Command Line (For Seasoned Pros)
Install the heroku toolbelt, and clone down this repo. In the root of this project, run:
heruku apps:create NAME_OF_YOUR_HEROKU_APP
heroku buildpacks:set https://github.com/heroku/heroku-buildpack-multi.git -a NAME_OF_YOUR_HEROKU_APP
git remote add heroku https://git.heroku.com/NAME_OF_YOUR_HEROKU_APP.git
git push heroku master
heroku open -a NAME_OF_YOUR_HEROKU_APP