Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 953 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 953 Bytes

Deployment Setup

  1. Download Node and NPM from https://www.npmjs.com/get-npm. Run sudo npm install nodemon -g to install nodemon globally for development.
  2. Install MongoDB from https://docs.mongodb.com/manual/administration/install-community/ and start the mongod process (e.g. sudo systemctl start mongod)
  3. Change AWS security group's inbound rules to allow Custom TCP from 0.0.0.0 on ports 5000 (for the server).
  4. To build the client, cd client && npm install && node scripts/build.js && cd ..
  5. To run the server, npm install && node index.js

Home Page

Home

Tutorial

Tutorial

Game Queue

Queue

Game

Game

Game Over

Game Over

Replay

Replay