This is a opensource WebApp to manage Magic: The Gathering matches
To access go to https://gearlife.maxfs.com
- Life counter
- Poison counter
- Counter buttons long-press input
- Roll d20 dice per planeswalker
- Deck colorset selection per planeswalker (including colorless)
- Full Offline support
- Team and Players management
- Match
- Planeswalker sorter
- History
- Round Winner Selection page
- Multi formats
- Two headed giant (30 life points, 15 poison)
- Commander (30 life points, 15 poison)
- Free-for-all extended (30 life points, 15 poison)
- Emperor (20 life points, 10 poison)
- Multi formats
- Pioneer (20 life points, 10 poison)
- Manual planeswalker sort
- Shared session between devices (network required)
- Local/cloud deckset save for faster selection
You can create a Issue or fork and submit a pull-request
Running
$ docker-compose up
build
$ docker-compose run --rm -e NODE_ENV=production -e PUBLIC_URL='https://gearlife.maxfs.com' web yarn build
Running
$ yarn start
build
$ export NODE_ENV=production
$ export PUBLIC_URL='https://gearlife.maxfs.com'
$ yarn build