https://github.com/mariantaragel/chess-tournament-manager
Pairing program for chess tournaments
https://github.com/mariantaragel/chess-tournament-manager
gui project vue
Last synced: 2 months ago
JSON representation
Pairing program for chess tournaments
- Host: GitHub
- URL: https://github.com/mariantaragel/chess-tournament-manager
- Owner: mariantaragel
- Created: 2023-01-15T17:25:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T17:31:32.000Z (over 2 years ago)
- Last Synced: 2025-02-03T08:36:42.356Z (4 months ago)
- Topics: gui, project, vue
- Language: Vue
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess Tournament Manager
Chess Tournament Manager is a web-based pairing application for chess tournaments. Supported tournament format is swiss-system.## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```