While sharing a payment, how much each people will pay?
First, makre sure you have Elm installed in your machine.
Run Elm "reactor" to serve already generated static files:
make server
Open the provided URL and select the index.html
.
After each change on src/Main.elm
, re-run this and refresh that page to see it working:
make build
Or just make
instead (or even watch -n1 make dev
🤫).
I know, it's an esoteric language.
As I'm already somewhat experienced in different languages (and functional programming), I tried to build this without seeing any big previous content but official docs and a quick video by ElmHax.
And if you already built cool stuff with Elm before, let me know how I can improve, because this repository feels "weird" with a bunch of autogenerated stuff versioned.
Free source under MIT License by Mazuh.