# 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](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`