Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to bring it to production? #64

Closed
annetyy opened this issue Oct 25, 2020 · 4 comments
Closed

How to bring it to production? #64

annetyy opened this issue Oct 25, 2020 · 4 comments

Comments

@annetyy
Copy link

annetyy commented Oct 25, 2020

How to bring it to production?
Get the APK and Web Server?

@hosseinmd
Copy link

hosseinmd commented Oct 25, 2020

Android

mac:
$ cd packages/mobile/android && ./gradlew assembleRelease
window:
$ cd packages/mobile/android && gradlew assembleRelease

Web

$ yarn workspace web build

@nadjsyrb
Copy link

what about ios?

@annetyy
Copy link
Author

annetyy commented Nov 15, 2020

thank you so much @hosseinmd !!!
works fine web/android 👍

i'll let this issue open cause i wanna know how to do this in mac/ios too

@brunolemos
Copy link
Owner

This repository doesn't cause any change on how you release an app to production.

For iOS, you need to open Xcode > Product > Archive and then upload it to App Store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants