Skip to content

Commit

Permalink
Updated the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Molina committed Aug 23, 2016
1 parent 97738e8 commit 92155ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ npm start # start the application (ionic serve)

Running as root? You probably shouldn't be. If you need to: `npm run postinstall` before `npm start`. [#111](https://github.com/lathonez/clicker/issues/111) for more info.

## Build for specific enviroment
```bash
ENV=qa ionic build android # copying the files from `/config/qa` enviroment
```

## Run Unit Tests
```bash
npm test # run unit tests
Expand Down

0 comments on commit 92155ae

Please sign in to comment.