Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unix-user/facechess

Play a chess game with a random person on the internet
https://github.com/unix-user/facechess

chessboardjs chessjs socket-io vue3

Last synced: about 2 months ago
JSON representation

Play a chess game with a random person on the internet

Awesome Lists containing this project

README

        

# facechess

A simple online chess game. Play with your friends on a video conference.
Made with passion, [vue3](https://vuejs.org/), [peerjs](https://peerjs.com/), [socket-io](https://socket.io/), [chess.js](https://github.com/jhlywa/chess.js) and [chessboardjs-vue3](https://www.npmjs.com/package/chessboardjs-vue3)

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

### Before start you need to rename the .env file or create your own
```
cp .env.example .env
```

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

### Start development server
```
node server/server.js
```

### 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/).