brunhilde
brunhilde is a minimal Erlang/OTP web server.
It can be embedded, or used standalone.
Dependencies:
- rebar3 (https://www.rebar3.org/)
Usage:
To start brunhilde standalone, do:
make build startFor an example of a site using brunhilde see: purestyle.
Dialyzer:
make dialyzer (requires existing PLT)
Publishing to hex
- Update the version number in src/brunhilde.app.src
- Push the tag to git
- "make build"
- rebar3 hex publish