Stories in Ready

Sembly

Pithy project description

Team

  • Product Owner: Omar Mohamed
  • Scrum Master: Spencer Lopez
  • Development Team Members: Carlos Flores

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions

Requirements

  • Node 0.10.x
  • Mongo
  • React-Native-Cli

Development

Installing Dependencies

From within the root directory:

npm install

From within Sembly directory:

npm install

###Testing

From within the root directory:

npm test

###Adding Test Data

To prepopulate database for easier development... From within the root directory:

npm run populate

###Starting the app

With your mongo database runnning Start the server from the root directory:

npm start

From the Sembly directory in one terminal:

npm start

and in another terminal:

npm run build

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.