Curate your city’s hidden gems for others to fall in love with or cure your wanderlust by exploring the city through a new perspective.
- Product Owner: Dan Thareja
- Scrum Master: Park Tamaroon
- Development Team Members: Haiming Bao & Dominic Czarnota
- Node >=0.10.0
- mongoDB 2.6.4
- npm 2.0.0
- bower 1.3.8
To get started execute the following commands:
Step 1: Install the dependencies with the following commands
brew update
brew install node
brew install mongoDB
Step 2: Navigate to your work directory Step 3: Clone wanderlust repo and cd into it Step 4: Install npm and bower dependencies
npm install
bower install
Step 5: Run mongod in a new terminal window
mongod
Step 6: Run grunt serve
grunt serve
Step 7: Start hacking! More Step 7: Read doc/_START_HERE.md for more detailed on-boarding.
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.