Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hokaccha/draftan
https://github.com/hokaccha/draftan
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hokaccha/draftan
- Owner: hokaccha
- Created: 2021-07-13T15:20:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T14:13:35.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T09:25:30.635Z (9 months ago)
- Language: TypeScript
- Size: 779 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.