https://github.com/phact/sebulba
https://github.com/phact/sebulba
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phact/sebulba
- Owner: phact
- Created: 2019-04-07T15:06:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:16:57.000Z (over 3 years ago)
- Last Synced: 2025-02-13T23:45:08.385Z (over 1 year ago)
- Language: JavaScript
- Size: 5.15 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sebulba
A drone race coordinator built on DSE for DataStax Accelerate
Sebulba uses quarkus which means you need these prereqs to build:
- JDK 1.8+ installed with `JAVA_HOME` configured appropriately
- Apache Maven 3.5.3+
- DSE or cassandra running on localhost
## For dev
./mvnw compile quarkus:dev
## For prod binaries (no JDK / JRE needed to run these!)
./mvnw package -Pnative
## For docker container (slim, small, and fast)
./mvnw package -Pnative -Dnative-image.docker-build=true
## UI Dev
To run the UI, head into the `ui` folder and follow the directions
## UI Production Build
To build the UI for production, run `npm run build` in the `ui` directory, a production optomized version of the UI will be placed in the right directory for the quarkus app to serve it.