isivisi / chessboard

Home Page:http://isivisi.github.io/chessboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

http://isivisi.github.io/chessboard

License:MIT License


Languages

Language:Vue 63.6%Language:JavaScript 33.7%Language:HTML 2.3%Language:SCSS 0.4%