Skip to content

Latest commit

 

History

History

README.md

Harper Desktop

A screenshot of the first version of 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.

Recommended IDE Setup

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:

just dev-desktop

To check the frontend and Rust targets, run:

just check-desktop

To build Linux bundles, run:

just build-desktop-linux