Proseforge is an open-source cross-platform markdown editor written in Rust.
Proseforge uses Rust, React, Typescript, Tailwind, and Tauri.
desktop
- A Tauri app.core
: The Rust core. Cross-platform core of the application that provides the main functionality.interface
: The shared React component library.markdown-editor
: A markdown editor component.make init
- Initialise the dev environmentmake install
- Install dependenciespnpm dev:desktop
- Start the desktop apppnpm css
- Compile CSS and watch for changespnpm run desktop tauri build
- Build the desktop app