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.
## Debug
- Development `./run.sh`
- Production `./run.sh production`
- Development `make run`
- Production `make target=production run`
## Build
`make all` or `make target=production all`
#### iOS
- Production `./build-ios.sh`
- Development `./build-ios.sh development`
- Development `make build-ios`
- Production `make target=production build-ios`
#### Android
- Production `./build-android.sh`
- Development `./build-android.sh development`
- Development `make build-android`
- Production `make target=production build-android`
## Flutter Getting Started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment