https://github.com/zachstence/hubble
https://github.com/zachstence/hubble
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zachstence/hubble
- Owner: zachstence
- Created: 2022-01-03T14:19:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T00:44:52.000Z (over 3 years ago)
- Last Synced: 2025-03-03T01:28:57.946Z (over 1 year ago)
- Language: JavaScript
- Size: 169 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hubble
## Setup
```shell
$ docker run \
-p 5000:5000 \
-v :/usr/src/app/public/config \
zachstence/hubble:0.0.1
```