# proseforge **Repository Path**: shifeipython/proseforge ## Basic Information - **Project Name**: proseforge - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-26 - **Last Updated**: 2026-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Proseforge logo

# Proseforge Proseforge is an open-source cross-platform markdown editor written in Rust. ![Screenshot 2024-08-25 at 10 31 34 AM](https://github.com/user-attachments/assets/c486d959-28c6-407c-b1c1-9f09f5591cd4) ## Technologies Proseforge uses Rust, React, Typescript, Tailwind, and Tauri. ## Monorepo structure ### Apps: - `desktop` - A [Tauri](https://v2.tauri.app/) app. ### 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