https://github.com/antlafarge/gather-tournament
Swiss system pairing tournament organizer for Magic the gathering (beta)
https://github.com/antlafarge/gather-tournament
Last synced: 22 days ago
JSON representation
Swiss system pairing tournament organizer for Magic the gathering (beta)
- Host: GitHub
- URL: https://github.com/antlafarge/gather-tournament
- Owner: antlafarge
- Created: 2018-02-14T11:34:23.000Z (about 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-09-18T01:53:08.000Z (8 months ago)
- Last Synced: 2024-09-18T05:35:26.373Z (8 months ago)
- Language: JavaScript
- Homepage: https://antlafarge.github.io/gather-tournament
- Size: 2.19 MB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gather tournament
Online demo : https://antlafarge.github.io/gather-tournament
## Dev
```
npm install -g npm
npm install express
npm install
node index.js
```