Skip to content

Contribute

Joachim Schirrmacher edited this page Nov 4, 2018 · 2 revisions

Contribute to NetVis

You are invited to fork this repository and contribute own enhancements, and I happily accept pull requests.

However, to get coding, you need to utilize a ES6 compiler to make the code runnable in a browser. The ES6 compiler transforms the files into "old" Javascript code and should place it in the dist folder. I use https://babeljs.io/ for that, and you get it automatically, if you run npm install. To run the ES6 compiler just call npm run build which invokes the rollup tool. It can be used also with a file watcher in WebStorm, if you use that.

I recently created a node.js / express.js application, so you could use it as a starting point for own developments.

Clone this wiki locally