rtl-epub-maker/README.md

23 lines
358 B
Markdown
Raw Normal View History

2022-02-09 22:23:08 +00:00
# RTL EPUB Maker
Easily create EPUB e-book files with proper RTL support
## Running Locally
Requires [pandoc](https://pandoc.org/installing.html)
```
npm install
npm run dev
```
### With Docker
Or, you can run the docker image. (Only available for `linux/amd64` architectures.)
```
docker compose up
```
App will be served on `http://localhost:3001`