It's an F-ing Whiteboard app.
- ensure you have erlang installed, preferably from erlang solutions.
- ./rebar get-deps
- ./rebar compile generate
./rel/fingwb/bin/fingwb start
./rel/fingwb/bin/fingwb attach
./rel/fingwb/bin/fingwb stop
http://127.0.0.1:8080
- Rename main directory from "F-ing Whiteboard" to "fingwb"
- launch the app:
erl -pa `pwd`/deps/*/ebin -pa `pwd`/ebin
- Start the Whiteboard (from within the fingwb directory):
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.