/regatta

regatta

Primary LanguageKotlinApache License 2.0Apache-2.0

Regatta

Software for scoring sailing regattas utilizing PHRF scoring. Developed by William Kamp of SV Waymaker for the Corinthian Yacht Club of Tacoma.

Sailing Vessel Waymaker

Build and run

cd database
docker-compose up
./gradlew :server:run

Run in browser hot loading

cd database
docker-compose up
./gradlew :server:run

(todo: this is broken)

./gradlew :web:jsRun --continuous

Run in container

cd database
docker-compose up
./gradlew makeImg
docker run --network=host ghcr.io/manimaul/regatta:latest

Useful links: