jgroom33 / FitStormMK

FitStorm base using meteor kitchen
0 stars 0 forks source link

Smashbeats Project

How do I get set up?

  1. git clone git@github.com:jgroom33/FitStormMK.git smashbeats
  2. cd smashbeats
  3. meteor (command-line)
  4. Go to http://localhost:3000

To build to production:

git checkout master
npm install -g mupx
cd smashbeats
mupx deploy --config=mup-prod.json --settings=settings.json

To build to dev:

git checkout dev
npm install -g mupx
cd smashbeats
mupx deploy --config=mup.json --settings=settings.json

mupx setup --config=mup.json --settings=settings.json