0.0.3 • Published 4 years ago

echessground v0.0.3

Weekly downloads
9
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

Echessground

Fork of Chessground for Elephant Chess.

Chessground

License

Chessground is distributed under the GPL-3.0 license (or any later version, at your option). When you use Chessground for your website, your combined work may be distributed only under the GPL. You must release your source code to the users of your website.

Please read more about GPL for JavaScript on greendrake.info/#nfy0.

Demos

Features

Installation

npm install --save @jlincoln/echessground

Usage

Wrappers

Documentation

Development

Install build dependencies:

yarn install

To build the node module:

yarn run compile -- --watch

To build the standalone:

yarn run dist -- --watch