05971861f6 | ||
---|---|---|
.github/workflows | ||
components | ||
lib | ||
pages | ||
public | ||
styles | ||
templates | ||
.eslintrc.json | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
docker-compose.yml | ||
next-env.d.ts | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
types.d.ts |
README.md
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