aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4c201d34e690414c9b78e29c1ee883f74695282e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
styx
=====

Ory Kratos/Hydra Lightweight erlang frontend.

Made to run on your main top domain. See `config/nginx.conf` for locations.

Can supervise external `kratos` and `hydra` processes directly (especially useful for development).

## Getting Started

Dependencies:

  * NodeJS & NPM (development only, only to modify css/js)
  * Kratos and Hydra
  * Erlang, Rebar3

    rebar3 get-deps
    npm --prefix assets install

Build:

    rebar3 compile && npm --prefix assets deploy