GitHub - Arbusto/GoD: Game Of Drones Test (Roshambo)

1 - Install Nodejs & NPM in your computer

2 - Navigate to the extracted folder and in the terminal execute "npm install"

3 - Wait until npm finishes installing all dependencies (it could take a while)

4 - Install gulp, in the Terminal type "npm install -g gulp", if that fails try "sudo npm install -g gulp"

5 - In the terminal type "gulp install"

6 - Again in the terminal type "gulp play"

7 - In Chrome go to "localhost:3000"

8 - If for some reason mongodb starts throwing errors, run "gulp stop-mongo" and try again