Junon.io is a co-op multiplayer survival game where your goal is to build your own space-station, grow your colony, and defend it against hostile threats.
-
Install Node.js 16.15.0 (ideally using nvm )
-
Install MySQL
-
Install project dependencies
cd ~/junon npm install
-
Setup database using the command below. It is assumed that your mysql user is 'root' with empty password. To override this, define
JUNON_DB_USER
andJUNON_DB_PASS
in a .env file, or in the /packages/junon-common/db/config.js file.npm run db:setup
Run client
npm run client
Run server
npm run server
Go to http://localhost:8001 to access Junon io homepage
Enter "chrome://inspect/" in chrome browser
Click "Open dedicated DevTools for Node"
See https://www.youtube.com/channel/UCMuok-F6ElORq7aKyyFDgqw for tutorials related to running/contributing