Skip to content

sz6084/junon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junon.io

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.

Installation (linux)

  1. Install Node.js 16.15.0 (ideally using nvm )

  2. Install MySQL

  3. Install project dependencies

     cd ~/junon
     npm install
    
  4. 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 and JUNON_DB_PASS in a .env file, or in the /packages/junon-common/db/config.js file.

     npm run db:setup
    

Running

Run client

npm run client

Run server

npm run server
Go to http://localhost:8001 to access Junon io homepage

Debugging

Enter "chrome://inspect/" in chrome browser
Click "Open dedicated DevTools for Node"

Contributing

See https://www.youtube.com/channel/UCMuok-F6ElORq7aKyyFDgqw for tutorials related to running/contributing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 4.3%
  • EJS 2.9%
  • HTML 0.5%