https://github.com/lac-dcc/hapi-visualizer
Web interface to visualize policies descriptions
https://github.com/lac-dcc/hapi-visualizer
Last synced: 3 months ago
JSON representation
Web interface to visualize policies descriptions
- Host: GitHub
- URL: https://github.com/lac-dcc/hapi-visualizer
- Owner: lac-dcc
- Created: 2020-10-15T15:43:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T22:52:12.000Z (over 4 years ago)
- Last Synced: 2025-03-15T04:27:08.647Z (10 months ago)
- Language: CSS
- Size: 41 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hapi-visualizer
with docker
```bash
docker build -t hapi-visualizer .
docker run -p :8080 -d --rm hapi-visualizer
```
without docker
```
/bin/bash build.sh run --from-scratch
```