/website

Website for the Las Vegas Meteor Meetup Group

Primary LanguageCSSMIT LicenseMIT

Meteor Vegas Website

This is the website for the Meteor Vegas Meetup group. It is still under development, but once it is completed we hope that other Meetup groups will be able to fork it and utlize it for themselves.

Feature Development

  1. Create a new branch
git co -b name-of-feature
  1. Develop and test your feature

  1. Make sure you have the latest master branch
git fetch
git merge origin/master
  1. Merge your feature branch into the master branch
git co master
git merge name-of-feature
  1. Push your new code to Github
git push origin/master

Deployment

If you are a member of our Meteor Organization, you can deploy the app with a single command:

meteor deploy vegas.meteor.com