Skip to content

ykarikos/simplify-debts-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🌶🦄.

About

Simplify debts by minimizing transactions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published