Skip to content

Commit ae2633e

Browse files
authored
Update README.md
1 parent f0e4c61 commit ae2633e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ A typical product (SaaS, etc.) usually consists of following services:
165165
- Install dependencies: `npm install`
166166
- Run
167167
- Start Landing server: `npm start`, browse at http://localhost:3000
168+
- Resources
169+
- Use [getterms.io](https://getterms.io) to generate Privacy Policy / Terms of Use
168170

169171
- **Web**
170172
- Switch to `web` directory `cd frontend/app/web`
@@ -205,7 +207,15 @@ A typical product (SaaS, etc.) usually consists of following services:
205207
- Setup
206208
- Install dependencies: `npm install`
207209
- Run
208-
- Start Landing server: `npm start`, browse at http://localhost:3000
210+
- iOS `ENVFILE=.env react-native run-ios --simulator='iPhone 8'`
211+
- Android `ENVFILE=.env react-native run-android` (connect your Android phone via USB or use already created simulator with name `Mobile_-_5` by running `cd ~/Library/Android/sdk/tools && ./emulator -avd Mobile_-_5`)
212+
- Publish
213+
- Android
214+
- Build: `. ./.env.production && cd android && ./gradlew assembleRelease && cd ..`.
215+
- Upload `frontend/app/mobile/android/app/build/outputs/apk/release/app-release.apk` to Play Store.
216+
- iOS
217+
- Build: Open `frontend/app/mobile/ios/example.xcodeproj` in Xcode -> Choose Generic iOS Device (top left) -> Product (top menu) -> Archive.
218+
- Upload using Archiver (will open automatically once Arhive is complete)
209219

210220
## Screenshots
211221

0 commit comments

Comments
 (0)