Teeworlds League !!!
Install MongoDB, and a service should be running on you pc for you local db. You can change port & db name from the .env file. Install node & npm (latest versions should work, my current config is : node v20.10.0, npm: 10.2.3)
Add a .env file in the API. For dev, you can copy paste the .env.example, it should work.
Then open two terminals :
For API :
cd api npm i npm run dev
For APP :
cd app npm i npm run dev
Then hf ! :)
See you ingame ! Cheers, TNT
P.S. : all feedbacks and PRs are welcomed, feel free !!