Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 534 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 534 Bytes

Smashbeats Project

How do I get set up?

  1. git clone [email protected]: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