Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
yarn

npm run dev # if you've started HackMD in localhost:3000
npm run start # load https://hackmd.io
```