Skip to content

Commit

Permalink
Update README with information regarding bower install and additional…
Browse files Browse the repository at this point in the history
… ionic info
  • Loading branch information
brh55 committed Jun 26, 2015
1 parent e403c07 commit b95c322
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# forage
uForage

Powered by (Ionic Framework)[http://ionicframework.com/] and Firebase
Powered by [AngularJS](http://angularjs.org/), [Ionic Framework](http://ionicframework.com/), and [Firebase](https://www.firebase.com).

# Get Started
```bash
Expand All @@ -12,14 +12,16 @@ Clone the repo or fork the repo to submit PRs.
```bash
$ npm install -g cordova ionic
```
Installs the required cordova and ionic libs.
Installs the required cordova and ionic packages globally.

```bash
$ bower install
```
Downloads required bower package dependencies.
Download the required bower package dependencies to get the app up.

```bash
$ ionic serve
```
Serves up the app into your browser in app format.

For more information about available flags and other commands with ionic, click [here](https://www.npmjs.com/package/ionic).

0 comments on commit b95c322

Please sign in to comment.