Windows Notepad Inspired Markdown Editor én Rust.
Made using iced (and ❤).
I would love to make an installer but not before an mvp is made.
Must have cargo installed (and git, but you already have it don't you).
- Clone the repo and cd into it
git clone https://github.com/laughingclouds/Montagne.git
cd Montagne- Build
cargo build # for debug build (larger in size)cargo build -r # for release builds