rtl-epub-maker/README.md

26 lines
379 B
Markdown

# RTL EPUB Maker
Easily create EPUB e-book files with proper RTL support
## Running Locally
Requires
- Node.js 12.22.0 or later
- [pandoc](https://pandoc.org/installing.html)
```
npm install
npm run dev
```
### With Docker
Or, you can just run the docker image with pandoc and everything included.
```
docker compose up
```
App will be served on `http://localhost:3001`