Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amueller0/markdown-app
A lightweight desktop app to edit and view markdown.
https://github.com/amueller0/markdown-app
editor markdown markdown-editor tauri
Last synced: 6 days ago
JSON representation
A lightweight desktop app to edit and view markdown.
- Host: GitHub
- URL: https://github.com/amueller0/markdown-app
- Owner: amueller0
- License: mit
- Created: 2024-09-01T20:30:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T16:56:27.000Z (5 months ago)
- Last Synced: 2024-11-28T14:29:10.418Z (2 months ago)
- Topics: editor, markdown, markdown-editor, tauri
- Language: TypeScript
- Homepage:
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown App
A desktop app to edit and view markdown.
## Building
Firstly, run `pnpm install` to install all required packages.
During development, use `pnpm tauri dev` to start the application. This will start a web server for the frontend, run the Rust backend, and open the actual window. All of them are equipped with hot reloading so there is no need to manually recompile after every change.
To generate a production build, run `pnpm tauri build`. The executable can then be found at `src-tauri/target/release`.