Easily create EPUB e-book files with proper RTL support
Go to file
lingdocs 2eb9430542 try w ubuntu 2022-02-10 03:03:56 +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 initial commit 2022-02-10 02:23:08 +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 initial commit 2022-02-10 02:23:08 +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 pandoc

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