Where do you want to go to lunch next?
Noms is built on top of the Meteor framework.
- Clone the repo
git clone [email protected]:poetic-labs/nomnoms.git
cd nomnoms
- Install Meteor if you don't have it already
-
OSX / Linux
curl https://install.meteor.com/ | sh
- Run
meteor npm install
- Run
npm start
.
├── client
│ ├── css
│ └── imports
│ ├── action-creators
│ ├── action-type-constants
│ ├── components
│ ├── reducers
│ └── store.js
├── imports
│ ├── collections
│ │ ├── places
│ │ ├── plans
│ │ └── users
│ ├── constants
│ ├── modules
│ ├── schemas
│ ├── seeds
│ └── startup
│ ├── client
│ └── server
├── public
│ └── images
├── tests
└── package.json