Skip to content

kuyoonjo/md-viewer

Repository files navigation

MD Viewer - a simple markdown viewer app

Windows Support Ubuntu Support Mac Support

License MIT

GitHub package.json version GitHub issues

GitHub all releases

Screenshot

Installation

Download the installer for your operating system on the release page.

Run Locally

Clone the project

  git clone https://github.com/kuyoonjo/md-viewer.git

Go to the project directory

  cd md-viewer

Install dependencies

  pnpm install

Note : Follow this guide to set up Tauri environment

Start the server

  pnpm tauri dev