Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.07 KB

Proseforge logo

Proseforge

Proseforge is an open-source cross-platform markdown editor written in Rust.

Screenshot 2024-08-25 at 10 31 34 AM

Technologies

Proseforge uses Rust, React, Typescript, Tailwind, and Tauri.

Monorepo structure

Apps:

Core:

  • core: The Rust core. Cross-platform core of the application that provides the main functionality.

Interface:

  • interface: The shared React component library.

Packages:

  • markdown-editor: A markdown editor component.

Commands

  • make init - Initialise the dev environment
  • make install - Install dependencies
  • pnpm dev:desktop - Start the desktop app
  • pnpm css - Compile CSS and watch for changes
  • pnpm run desktop tauri build - Build the desktop app