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

https://github.com/polfeliu/othellolago

Peer to peer othello online game
https://github.com/polfeliu/othellolago

game javascript othello othello-game peer-to-peer peerjs vue

Last synced: 23 days ago
JSON representation

Peer to peer othello online game

Awesome Lists containing this project

README

          

# othellolago

Public Deployment:
https://polfeliu.github.io/othellolago/

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).