-
Clone this repository
$ git clone https://github.com/fabianbormann/Cell-Tracking-Visualisation.git $ cd Celltrack-Node
-
Get all packages
$ npm install
-
Now you can start the server. Make sure you have MongoDB running!
$ node app.js
-
Goto localhost:3000 to visit the running cell tracking visualisation!
If you want to become a part of this visualisation framework you can just fork it and implement a new feature!
I recommend to read the Tutorial: How to add a feature to get familar with this project.
Read the wiki pages for more information. When you are finished with your implementation it would be great to see your pull request!