Installation

Installation

md0.io is primarily a web-based tool, but you can also install it as a PWA (Progressive Web App) or run it locally.

PWA Installation

  1. Open md0.io in Chrome or Edge.
  2. Click the Install icon in the address bar.
  3. Follow the prompts to install the app.

Local Development

To run md0.io locally for development:

git clone https://github.com/md0io/md0.git
cd md0
npm install
npm run dev
Installation | Markdown Zero