BitHunt is a Treasure Hunt application. BitHunt is designed to help First Year Students in University learn about the campus.
- Clone the repository
git clone https://github.com/cs-soc-tudublin/BitHunt-New.git- Install the dependencies
npm install- Run the development server
npm run devYou are now ready to develop!
The best way to deploy is through Docker.
A premade docker-compose.yml file exists.
Once the environment variables have been edited, you can bring the system online through docker compose up -d.
Navigate to the /admin route and log in with the password as set in the Environment Variables.
Games can be active or inactive. ONLY ONE GAME SHOULD BE ACTIVE AT A TIME!!!
Locations are tied to games. The QR code used by players to scan the location are accesible by pressing the QR Code Icon and saving the image.