This is a JavaScript library to show chess games on web pages. The library is fairly old and dates back to 2006. It doesn't have any external dependencies and is written int he old school document.getElementById()
approach. We have added some dependencies to help with the testing of the library.
We are using Paver for the building of the project. There are 3 targets clean
, release
and upload
.
To install Paver and you are using pip3
you can issue the following command
pip3 install Paver github3.py
Prerequisities
To install all the dependencies just do a npm install.
npm install
Then you can run ./node_modules/karma/bin/karma start
and go from there. To type less you can install karma globally - npm install -g karma-cli
.
The end user documentation is available at http://toomasr.github.io/jspgnviewer.