Skip to content

Instantly share code, notes, and snippets.

@jarodreyes
Last active September 17, 2016 21:17
Show Gist options
  • Save jarodreyes/c9947e2aae08c78fe7ea4cafb4b307dd to your computer and use it in GitHub Desktop.
Save jarodreyes/c9947e2aae08c78fe7ea4cafb4b307dd to your computer and use it in GitHub Desktop.
Starting up Mission Control
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