Commit 25ca7600 authored by Aziz Berkay Yesilyurt's avatar Aziz Berkay Yesilyurt
Browse files

Update README.md

parent fc645b4f
Pipeline #10288 passed with stages
in 4 minutes and 53 seconds
Showing with 5 additions and 2 deletions
+5 -2
......@@ -22,12 +22,15 @@ Install Flutter SDK [mac](https://flutter.dev/docs/get-started/install/macos), [
## Run:
Execute
```
flutter run -d chrome --profile
flutter run -d chrome --profile --web-port=3667
```
to run in [profile mode](https://docs.flutter.dev/testing/build-modes#profile) (recommended). For [debug mode](https://docs.flutter.dev/testing/build-modes#debug), run:
```
flutter run -d chrome --debug
flutter run -d chrome --debug --web-port=3667
```
Setting web port to 3667 with `--web-port=3667` is important as external authorisation flows rely on https://localhost:3667 as the redirect url.
# CVU
The Memri flutter application uses an inhouse language, [CVU](./docs/cvu-intro), that allows you to define your UI by creating elements in the POD. As the UI definition lives in the database, the Memri UI is dynamic, which allows users to dynamically redefine their UI without recompiling the app or downloading a new release. Additionally, it allows for a microservices architecture, in which community built plugins can easily define their own UI. [Read more here](./docs/cvu-intro).
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment