Analyze dendritic activity in the web browser. Requires Node.js v7.6+.
Getting the website up and running is simple:
$ yarn install && yarn build
$ node server.js
You can start the server using the server.js
file:
$ ./server.js [--no-http2]
To enable HTTP/2, see here.
See here
This project follows the branching model outlined here.
Before committing:
- Make sure all unit tests pass:
grunt test
- Make sure there are no outstanding JSHint issues:
grunt jshint