Skip to content

SessionHero01/session-cli

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published