First time pulling down code $ git clone [email protected]:SmallHQ/rocketship.github.io.git $ git remote rename origin github $ bundle install --path vendor Pulling down updates $ git pull $ bundle Running a development server locally $ mm server Deploying to production $ mm deploy