Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Kollnig authored Mar 10, 2020
1 parent c75da6f commit fa80854
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,16 @@ iOS: Download [here](https://apps.apple.com/app/digital-habits/id1502029615) fro

## Build

This app was developed with Ionic v5.
This app was developed with [Ionic v5](https://ionicframework.com/docs/installation/cli).

Before your first build, you have to run

```bash
npm install -g @ionic/cli
npm install
```

Most code is in `src/app/` and written in Typescript / Angular.

### Development

Expand All @@ -51,7 +60,7 @@ This app does not collect any data from users.

## Credits

This app uses Material icons from Google.
This app uses [Material icons](https://github.com/google/material-design-icons) from Google.

## License

Expand Down

0 comments on commit fa80854

Please sign in to comment.