Ersteller: Paul Göttsche und Oliver Deutsch
Rename .env-example to .env and set the secrets. Then install all the required dependencies using npm install. After that the project can be started using npm run dev.
.env-example
.env
npm install
npm run dev