Skip to content

Commit

Permalink
Steps added to run application in local
Browse files Browse the repository at this point in the history
  • Loading branch information
bhujoshi committed Nov 1, 2024
1 parent 82503b2 commit 702cd19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## [HueHive](https://huehive.co)

#### [AppStore](https://apps.apple.com/in/app/huehive-color-palette-manager/id1596763657)
#### [Playstore](https://play.google.com/store/apps/details?id=app.croma)

#### [Playstore](https://play.google.com/store/apps/details?id=app.croma)

### Installation guide

- Installation: `yarn`
- Generate debug.keystore file using this command inside `cd android/app`. And run `keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000`.
- Running on android: `yarn android`
- Running on ios: `yarn ios`

Expand Down

0 comments on commit 702cd19

Please sign in to comment.