Skip to content

Instantly share code, notes, and snippets.

@ejoubaud
Last active December 24, 2015 01:59
Show Gist options
  • Save ejoubaud/6727123 to your computer and use it in GitHub Desktop.
Save ejoubaud/6727123 to your computer and use it in GitHub Desktop.
Meteor.js setup in nitrous.io

Create a free nitrous.io Node.js box then, in the console:

parts install meteor
npm install -g meteorite

cd workspace
git clone https://your_git.url/repo/username
mrt

Then just click Preview > Port 3000.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment