Skip to content
Snippets Groups Projects
Commit f292ed57 authored by Markin Igor's avatar Markin Igor
Browse files

Update README.

parent c732a801
No related branches found
No related tags found
1 merge request!3Resolve "Set up building process."
# Vereign mobile application. # Vereign mobile application.
## Debug ## Debug
- Development `./run.sh` - Development `make run`
- Production `./run.sh production` - Production `make target=production run`
## Build ## Build
`make all` or `make target=production all`
#### iOS #### iOS
- Production `./build-ios.sh` - Development `make build-ios`
- Development `./build-ios.sh development` - Production `make target=production build-ios`
#### Android #### Android
- Production `./build-android.sh` - Development `make build-android`
- Development `./build-android.sh development` - Production `make target=production build-android`
## Flutter Getting Started ## Flutter Getting Started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment