Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 794 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 794 Bytes

MarkIt

MarkIt - A markdown editor built with Tauri and React

MarkIt is a simple markdown editor that allows you to write and preview markdown in real-time. It is built using React and Tauri.

Developing and building

This should work on all operating systems. Including Windows, macOS and Linux

Installing building dependencies

Make sure you have Node.js and Rust installed and follow this instruction to install Tauri building dependencies

Developing

pnpm dev

Building

pnpm build

The built executable should be in src-tauri/target/release

License

This project is licensed under the MIT license. See the LICENSE file for more information.