Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hokaccha/draftan


https://github.com/hokaccha/draftan

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Draftan

Draftan is a text editor for drafts only.

![image](https://user-images.githubusercontent.com/39471/135556599-ebb25f4a-1795-4e23-9051-ae4f4bbcb6fa.png)

## Development

```
$ yarn install
$ yarn dev
```

## Install

I do not distribute binaries because it is too much trouble. You can build locally.

```
$ yarn install
$ yarn dist
```

And move the artifact created in the `dist` directory to the application directory.