Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 924 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 924 Bytes

Simplify debts

ClojureScript port of simplify-debts: a program to balance debts with minimal transactions.

Development mode

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.

Building for production

lein clean
lein package

Run tests

Tests are run with PhantomJS which needs to be installed.

lein cljsbuild test

License

Licensed with MIT License.

Thanks

This project is a grateful recipient of the Futurice Open Source sponsorship program 🌶🦄.