Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 1.14 KB

README.md

File metadata and controls

62 lines (49 loc) · 1.14 KB

Nom Nom Noms


Introduction


Where do you want to go to lunch next?

Install

Noms is built on top of the Meteor framework.

  1. Clone the repo
 git clone [email protected]:poetic-labs/nomnoms.git
 cd nomnoms
  1. Install Meteor if you don't have it already
  1. Run meteor npm install

Settings

Start Up


  • Run npm start

Structure

.
├── 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