Skip to content

Commit

Permalink
Adding commands for ionic and npm install to README
Browse files Browse the repository at this point in the history
  • Loading branch information
toddhalfpenny committed Apr 5, 2017
1 parent 055c1d8 commit 4da78df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

- Download or clone
- `cd clicks-not-passwords`
- Install Ionic
```
npm install -g ionic
```
- Install the deps
```
npm install
```
- Run the build stuff (webpack black magic)
```
ionic serve
Expand Down

0 comments on commit 4da78df

Please sign in to comment.