Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/TimSusa/montauri-editor
- Owner: TimSusa
- License: mit
- Created: 2021-03-05T16:54:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-05T17:05:28.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T01:38:57.707Z (3 months ago)
- Topics: javascript, react-monaco-editor, reactjs, rust, rust-lang, tauri, text-editor
- Language: CSS
- Homepage:
- Size: 1.04 MB
- Stars: 23
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-SetupInstall 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`