Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 619 Bytes

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

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