hoppang / erlbbs

study project: bbs made with erlang
Apache License 2.0
1 stars 0 forks source link

erlbbs

An OTP application

Build

$ rebar3 compile

Dialyzer check

$ rebar3 dialyzer

Unit test(not implemented yet)

$ rebar3 do eunit, ct

Run local server

$ rebar3 shell
$ # and open http://127.0.0.1:60000 in web browser