Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackmdio/hackmd-desktop
:notebook: HackMD Desktop Application
https://github.com/hackmdio/hackmd-desktop
electron hackmd hackmd-desktop
Last synced: 14 days 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 (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-04T22:39:49.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T00:55:06.579Z (3 months ago)
- Topics: electron, hackmd, hackmd-desktop
- Language: JavaScript
- Homepage:
- Size: 2.22 MB
- Stars: 297
- Watchers: 16
- Forks: 32
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackMD Desktop
[![Build Status](https://travis-ci.org/hackmdio/hackmd-desktop.svg?branch=master)](https://travis-ci.org/hackmdio/hackmd-desktop)
An electron wrapped desktop client for HackMD :tada:
[Download Here](https://github.com/hackmdio/hackmd-desktop/releases)
![editor](./docs/images/editor.png)
## 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
```