https://github.com/bob-cd/ui
bob ui
https://github.com/bob-cd/ui
Last synced: 4 months ago
JSON representation
bob ui
- Host: GitHub
- URL: https://github.com/bob-cd/ui
- Owner: bob-cd
- License: agpl-3.0
- Created: 2020-06-05T19:11:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T19:28:14.000Z (over 4 years ago)
- Last Synced: 2025-02-15T11:39:53.345Z (4 months ago)
- Language: Elm
- Size: 78.1 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bob-cd/ui
> An opinionated GUI for Bob### Requirements
- docker### Running
1. `docker-compose up`
2. To query bob's `/pipelines` endpoint from the browser, visit `localhost:7887/pipelines`
3. 2. To view the Elm Reactor page, visit `localhost:7979`### Development
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`