Skip to content

dborsukov/rdmp

Repository files navigation

rdmp

GitHub GitHub package.json version

Implemented features

  • Export and import.
  • Basic management of roadmaps and nodes.
  • Each node can hold more details inside in form of a markdown with preview (example).

Building from source

  1. Install Rust, Tauri, Node and npm.
  2. Install frontend dependencies with npm.
  3. Run cargo tauri build.