Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zhmushan/edt

Markdown Editor built with Tauri & Vite
https://github.com/zhmushan/edt

Last synced: 28 days ago
JSON representation

Markdown Editor built with Tauri & Vite

Awesome Lists containing this project

README

        

# Markdown Editor

## Dev

```sh
npm run vite
npm run tauri dev
```

## Prod

```sh
npm run build
```