Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beyondmagic/whitedove
Editing on the modern writer. A server to write stories!
https://github.com/beyondmagic/whitedove
Last synced: 27 days ago
JSON representation
Editing on the modern writer. A server to write stories!
- Host: GitHub
- URL: https://github.com/beyondmagic/whitedove
- Owner: BeyondMagic
- License: agpl-3.0
- Created: 2022-01-17T09:10:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T12:05:06.000Z (9 months ago)
- Last Synced: 2024-04-29T02:43:51.178Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.22 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whitedove
A renderer of a specific superset of Markdown with focus in pure modality.
___
To install dependencies:
```bash
$ bun install
```To run for development:
```bash
$ bun hot
```___
- [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
- [bun-html-live-reload](https://github.com/aabccd021/bun-html-live-reload) is a live-reload module.
- [biomejs](biomejs.dev/) is a formatter and linter for TS (and much more).