# 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
Proseforge is an open-source cross-platform markdown editor written in Rust.

## 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