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
- Open md0.io in Chrome or Edge.
- Click the Install icon in the address bar.
- 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