Install development tools by the following command:
npm install .
For server side tests, just type the following command:
make test
To test a file, you have to set up module paths like:
NODE_PATH=lib node test/smoke/001.hello.js
Currently the web interface is written in Perl.
Installs lib::xi
and Plack
by cpanm, and then type the following comand:
plackup web/app.psgi