- If you don't already have git installed, grab a copy here and install it.
- Download and install the Meteor framework
- Clone the repository:
- git clone [email protected]:JogoShugh/SpaceMiner.git
- You will need to install ImageMagick.
- For Mac OS, a simple way to do this is with brew:
brew install imagemagick
.- See the npm page for the gm package for additional instructions.
- For Windows, it's best to just download the package from the Windows Binary Release section near the bottom of this document.
- For Mac OS, a simple way to do this is with brew:
- Change your directory to the root of the SpaceMiner repository you cloned down.
- Type
meteor
and press Enter/Return. - Once it is up an running you should see a message in your console that it is running an available at http://localhost:3000.