Tantalim Server

Tantalim Server is the backend for Tantalim Client and is written in Node.JS.

NPM

TODO: register Tantalim Server on NPM.

Contributing

Testing

'npm run coverage'

Tantalim code should have at least 80% code coverage. TODO: add https://github.com/daniellmb/grunt-istanbul-coverage

TODO: add in Coveralls

For continuous testing and syntax checking

grunt

or for one time testing (used for CI)

grunt test

or to publish test coverage results

./run_coverage.sh

Some of the testing tools are:

Reporting Issues

https://github.com/tantalim/tantalim-server/issues

GitHub

Tantalim Server is 100% open source, so check out the source code and please help contribute changes. https://github.com/tantalim/tantalim-server

Publishing Releases

When Tantalim should be released do the following:

Increase version in package.json

npm publish

Tag new version on Github.