Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unix-user/facechess
- Owner: Unix-User
- Created: 2022-12-06T17:15:30.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T20:48:06.000Z (3 months ago)
- Last Synced: 2024-10-17T07:24:11.962Z (3 months ago)
- Topics: chessboardjs, chessjs, socket-io, vue3
- Language: Vue
- Homepage: http://facechess.udianix.com.br
- Size: 4.3 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).