Back to Harper

Harper Desktop

harper-desktop/README.md

2.2.01.2 KB
Original Source

Harper Desktop

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.

Building

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:

bash
just dev-desktop

To check the frontend and Rust targets, run:

bash
just check-desktop

To build Linux bundles, run:

bash
just build-desktop-linux