/spinevis

Analyze dendritic activity in the web browser

Primary LanguageJavaScript

SpineVis

Travis Known Vulnerabilities GitHub tag

Analyze dendritic activity in the web browser. Requires Node.js v7.6+.

Getting Started

Getting the website up and running is simple:

$ yarn install && yarn build
$ node server.js

Running

You can start the server using the server.js file:

$ ./server.js [--no-http2]

To enable HTTP/2, see here.

Building

See here

Contributing

This project follows the branching model outlined here.

Before committing:

  1. Make sure all unit tests pass: grunt test
  2. Make sure there are no outstanding JSHint issues: grunt jshint