https://github.com/hackmdio/hackmd-desktop
:notebook: HackMD Desktop Application
https://github.com/hackmdio/hackmd-desktop
electron hackmd hackmd-desktop
Last synced: 3 months ago
JSON representation
:notebook: HackMD Desktop Application
- Host: GitHub
- URL: https://github.com/hackmdio/hackmd-desktop
- Owner: hackmdio
- Created: 2017-01-21T07:26:43.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-04T22:39:49.000Z (over 2 years ago)
- Last Synced: 2025-03-31T11:49:12.118Z (3 months ago)
- Topics: electron, hackmd, hackmd-desktop
- Language: JavaScript
- Homepage:
- Size: 2.22 MB
- Stars: 311
- Watchers: 14
- Forks: 29
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackMD Desktop
[](https://travis-ci.org/hackmdio/hackmd-desktop)
An electron wrapped desktop client for HackMD :tada:
[Download Here](https://github.com/hackmdio/hackmd-desktop/releases)

## Tools
- electron
## Development
```bash
npm install -g yarn
yarnnpm run dev # if you've started HackMD in localhost:3000
npm run start # load https://hackmd.io
```