montauri-editor icon indicating copy to clipboard operation
montauri-editor copied to clipboard

A light weight simple crossplatform text editor based on Monaco Editor and build on Tauri.

A light weight simple crossplatform text editor.

A light weight simple crossplatform text editor.

Prerequests to run source

Install Rustc, cargo, nodejs, yarn as in following guides

  • Windows: https://github.com/tauri-apps/tauri/wiki/04.-MS-Windows-Setup
  • MacOS: https://github.com/tauri-apps/tauri/wiki/03.-MacOS-Setup
  • Linux: https://github.com/tauri-apps/tauri/wiki/02.-Linux-Setup

Install Tauri-cli with npm install tauri -g or yarn global tauri

Running

In main folder run npm i or yarn After installation is done run npm start

Then in another terminal tab/window run tauri dev