This repository contains the source code for the Inter galactica game, which can be located in: https://github.com/BuddhiD-Workaholic/Inter-Galactica
Create a enviornmental variable file (.env) and add a variable called: SECRET_KEY
Then add a random string, make the string randowm as possible and at least 256 chracters are recomended, if you running this system in production make sure to change the key every month.
Then npm run start.
The server will start and run on the port 5244.