No description
Find a file
2023-02-07 09:10:31 +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 Update docker-compose.yml 2023-02-07 09:10:31 +01:00
README.md Update README.md 2023-02-05 22:48:26 +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

You can then access the website on localhost:8080