Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 647 Bytes

File metadata and controls

27 lines (20 loc) · 647 Bytes

This app is composed of two main parts:

  • The web server that serves the HTTP API to the UI clients
  • The Flutter UI client

Dependencies for the web server

  • Rust
  • cmake, it must be present in your PATH
  • A working C++ compiler that is detectable by cmake

Dependencies for the Flutter UI client

Quick start

To start a web server

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

To start the Flutter UI client

In the flutter directory, run:

flutter run