An app that features multiple numerical analysis methods, for our Numerical Analysis class, ST0256.
- Install node.js.
- Install Bower:
$ npm install -g bower - Install the project's dependencies:
$ npm install && bower install
$ gulpRun the tests:
$ gulp testCreate a feature branch. Do your thing. Test it. Merge it!