Skip to content

dnorhoj/CountDown

Repository files navigation

CountDown

CountDown was made for the Coding Pirates Game Jam 2022, as the countdown to the end of the event.

Running

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 up

Development

If you want to develop the site, you can do so by running the following commands:

Frontend

cd frontend
npm install
npm run dev

Backend

cd backend
npm install
npm run dev

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details

About

Count down for CodingPirates GameJam 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published