A simple online chess game. Play with your friends on a video conference. Made with passion, vue3, peerjs, socket-io, chess.js and chessboardjs-vue3
npm install
cp .env.example .env
npm run serve
node server/server.js
npm run build
npm run lint