Easily create EPUB e-book files with proper RTL support
Go to file
lingdocs 02adb50ac5 touchup 2022-02-10 03:11:35 +04:00
.github/workflows initial commit 2022-02-10 02:23:08 +04:00
components initial commit 2022-02-10 02:23:08 +04:00
lib initial commit 2022-02-10 02:23:08 +04:00
pages touchup 2022-02-10 03:11:35 +04:00
public initial commit 2022-02-10 02:23:08 +04:00
styles initial commit 2022-02-10 02:23:08 +04:00
templates initial commit 2022-02-10 02:23:08 +04:00
.eslintrc.json initial commit 2022-02-10 02:23:08 +04:00
.gitignore initial commit 2022-02-10 02:23:08 +04:00
Dockerfile try w ubuntu 2022-02-10 03:03:56 +04:00
LICENSE initial commit 2022-02-10 02:23:08 +04:00
README.md touchup 2022-02-10 03:11:35 +04:00
docker-compose.yml initial commit 2022-02-10 02:23:08 +04:00
next-env.d.ts initial commit 2022-02-10 02:23:08 +04:00
next.config.js initial commit 2022-02-10 02:23:08 +04:00
package-lock.json initial commit 2022-02-10 02:23:08 +04:00
package.json initial commit 2022-02-10 02:23:08 +04:00
tsconfig.json initial commit 2022-02-10 02:23:08 +04:00
types.d.ts initial commit 2022-02-10 02:23:08 +04:00

README.md

RTL EPUB Maker

Easily create EPUB e-book files with proper RTL support

Running Locally

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