Skip to content

isivisi/chessboard

Repository files navigation

Chessboard

Simple online chessboard for study and play using PeerJS and Chessground.

Download

Install

# Clone repository from GitHub to <directory>
$ git clone https://github.com/isivisi/chessboard <directory>

# Switch to <directory>
$ cd <directory>

# Install all dependencies
$ npm install

# [optional] Check and update all dependencies
$ npm outdated
$ npm update

Usage

# [terminal 1] Launch Webpack development server with Vue app loaded
$ npm run dev

# [terminal 2] Launch Electron app connected to Webpack development server
$ npm run start

# [terminal 3] Build installers for your current platform
$ npm run dist