This app is composed of two main parts:
- The web server that serves the HTTP API to the UI clients
- The Flutter UI client
- Rust
- cmake, it must be present in your PATH
- A working C++ compiler that is detectable by cmake
In the project root directory, run:
cargo run --bin session-cli -- run-global-server -l 127.0.0.1:4001 --data_dir DIRECTORY_TO_STORE_DATA
In the flutter
directory, run:
flutter run