/editiny

single file code editor inpired from vscode.

Primary LanguageTypeScript

Editiny

very minimal, single file code editor inpired from vscode.

Tech used

Prerequistics

Run project locally

clone the project:

$ git clone https://github.com/anaysharma/editiny.git

navigate into the project:

$ cd ./editiny

install dependencies:

$ npm install

run depelopment server in browser:

$ npm run dev

run full development application server:

$ npm run tauri dev

build application for your OS

$ npm run tauri build