No description
Find a file
2023-01-31 10:12:33 +01:00
.idea random pipe position working 2022-12-06 09:45:43 +01:00
backend README.md updated. 2023-01-31 10:12:22 +01:00
docs qol changes to the numbers of game 2023-01-12 10:25:42 +01:00
frontend Merge remote-tracking branch 'origin/develop' into develop 2023-01-31 10:12:33 +01:00
.env.example Dockerized frontend 2023-01-31 08:37:02 +01:00
docker-compose.yml Dockerized frontend 2023-01-31 08:37:02 +01:00
README.md README.md updated. 2023-01-31 10:12:22 +01:00

RaspberryRocketeer

How to run

Copy .env

First you need to copy the .env.example.

cp .env.example .env

Note: It is recommended to change the values for the database user.

Install node packages

Go into the frontend folder using

cd frontend

and run:

npm install

Start the container

docker compose up --build