Fork of Chessground for Elephant Chess.
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.
npm install --save @jlincoln/echessground
- Vue.js: vitogit/vue-chessboard
Install build dependencies:
yarn install
To build the node module:
yarn run compile -- --watch
To build the standalone:
yarn run dist -- --watch