It's an F-ing Whiteboard app.
./rel/fingwb/bin/fingwb start
./rel/fingwb/bin/fingwb attach
./rel/fingwb/bin/fingwb stop
http://127.0.0.1:8080
erl -pa `pwd`/deps/*/ebin -pa `pwd`/ebin
application:ensure_all_started(fingwb).
i().
q().
additionally, devStart.sh may be used to start the app as above, while also re-loading the code when changes are made, to ease development.
Fork the repo, and make your changes in a branch with an appropriate name Then, open a pull request, and upon review, it'll be merged in, and shortly thereafter into master.