An opinionated GUI for Bob
- docker
docker-compose up
- To query bob's
/pipelines
endpoint from the browser, visitlocalhost:7887/pipelines
-
- To view the Elm Reactor page, visit
localhost:7979
- To view the Elm Reactor page, visit
The code lives in the src
folder and tests in the tests
folder
- to transpire the code to JavaScript:
elm reactor
- to run the tests, run
./run.sh elm-test