Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 388 Bytes

DJI Log Viewer

Setup

Native

  • Install Rust (https://rustup.rs/)
  • $ cargo run to run debug build.
  • $ cargo install --path . to install.

Web Assembly

  • $ cargo install trunk
  • $ trunk serve --open to start a local development server and open the result in the browser.
  • $ trunk build --release to build release files. Copy /dist folder to webserver of choice.