-
Run Kiotlog platform
-
Run Elm app with
elm-live$ elm-live Kiotlog.elm --output=kiotlog.js --pushstate
$ docker build --rm -f Dockerfile -t kiotlog/webui .
$ docker run --rm -ti -p 8000:80 --network <kiotlog platform network> kiotlog/webui
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Run Kiotlog platform
Run Elm app with elm-live
$ elm-live Kiotlog.elm --output=kiotlog.js --pushstate
$ docker build --rm -f Dockerfile -t kiotlog/webui .
$ docker run --rm -ti -p 8000:80 --network <kiotlog platform network> kiotlog/webui