Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/TimSusa/montauri-editor

A light weight simple crossplatform text editor based on Monaco Editor and build on Tauri.
https://github.com/TimSusa/montauri-editor

javascript react-monaco-editor reactjs rust rust-lang tauri text-editor

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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