harper-desktop/README.md
NOTICE: Documentation for Harper Desktop is incomplete. It will be updated on a "when we have time" basis.
For context, see these posts:
Right now, Harper Desktop does little more than serve as an offline editor for Markdown with the Harper grammar checker baked in.
VS Code + Svelte + Tauri + rust-analyzer.
Most actions needed to work on this repository are available via just.
Harper Desktop is part of the Harper monorepo and uses the root Cargo and pnpm workspaces.
To launch a development version of Harper Desktop with live reload, run:
just dev-desktop
To check the frontend and Rust targets, run:
just check-desktop
To build Linux bundles, run:
just build-desktop-linux