Warning
This repo is under active development, use at your own risk. We are not responsible for any damage caused due to this code! If you have any questions or want to work on something, contact me in Discussions
Wanted to play Hide & Seek across a city, country or a continent? Well you've probably encountered issues making tracking of other players work. Well fear not, we've made TrailCompass to help. This is the server repo, for informations, visit Wiki and for android app, visit TrailCompass/app
(Not affiliated with Watch Nebula LLC nor Jet Lag: The Game, TrailCompass is an unofficial fan-made game. Branding, Trademarks and Copyright of JetLag: The Game are, and remain property of Watch Nebula LLC. Go watch & subscribe at nebula.tv/jetlag!)
./gradlew clean build
- Download
docker-compose.ymlfrom the following link docker-compose.prod.yml docker compose up -dordocker compose -f <file name> up -d, depending on if the file is named docker-compose.yml or isn't.- Profit
docker compose downordocker compose -f <file name> downwhen not required anymore.
- Clone this repository using
git clone https://github.com/TrailCompass/backend.git docker compose up -d(takes longer time, builds this repo)- Profit
docker compose downwhen not required anymore.