Adding development steps

This commit is contained in:
Jeffrey Morgan 2015-03-20 19:03:12 -07:00
parent 2ee03ed440
commit f7f4fa8c5b
1 changed files with 19 additions and 1 deletions

View File

@ -6,12 +6,30 @@ Before you fil an issue or a pull request, quickly read of the following tips on
## Table of Contents
- [Development](#development)
- [GitHub Issues](#github-issues)
- [Pull Requests](#submitting-pull-requests)
- [Pull Requests](#pull-requests)
- [Code Guidelines](#code-guidelines)
- [Testing](#testing)
- [License](#license)
### Development
- `npm install`
To run the app in development:
- `npm start`
### Building & Release
- `npm run release`
### Unit Tests
- `npm test`
## GitHub Issues
Please try and label any issue as: