CountDown was made for the Coding Pirates Game Jam 2022, as the countdown to the end of the event.
Note; For now, the docker-compose file is actually the development setup, and not the production setup.
If you simply want to run the site, you can do so by starting the docker-compose.yml file.
docker-compose upIf you want to develop the site, you can do so by running the following commands:
cd frontend
npm install
npm run devcd backend
npm install
npm run devThis project is licensed under the GPL-3.0 License - see the LICENSE file for details