ClojureScript port of simplify-debts: a program to balance debts with minimal transactions.
To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:
lein figwheel
Figwheel will automatically push cljs changes to the browser.
Once Figwheel starts up, you should be able to open the docs/index.html
page in the browser.
lein clean
lein package
Tests are run with PhantomJS which needs to be installed.
lein cljsbuild test
Licensed with MIT License.
This project is a grateful recipient of the Futurice Open Source sponsorship program 🌶🦄.