rtl-epub-maker/README.md

395 B

RTL EPUB Maker

Easily create EPUB e-book files with proper RTL support

Running Locally

With Node

requires:

  • Node.js 12.22.0 or later
  • pandoc
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