An open API service indexing awesome lists of open source software.

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

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
```