Last active
September 17, 2016 21:17
-
-
Save jarodreyes/c9947e2aae08c78fe7ea4cafb4b307dd to your computer and use it in GitHub Desktop.
Starting up Mission Control
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/mission-control | |
# update the app | |
git pull origin master | |
# start the app, game does not start automatically | |
nodemon index.js | |
# open a new tab in terminal -> cmd+t | |
# start the public tunnel to this server for admin use | |
ngrok http -subdomain=mcihangar 3000 | |
# now you can navigate to http://mcihangar.ngrok.io/admin | |
# click 'Start Game' to begin the game | |
# Now you can change the default stations running, the difficulty of the game, etc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment