rtl-epub-maker/README.md

26 lines
379 B
Markdown
Raw Normal View History

2022-02-09 22:23:08 +00:00
# RTL EPUB Maker
Easily create EPUB e-book files with proper RTL support
## Running Locally
2022-02-09 23:11:35 +00:00
Requires
- Node.js 12.22.0 or later
- [pandoc](https://pandoc.org/installing.html)
2022-02-09 22:23:08 +00:00
```
npm install
npm run dev
```
### With Docker
2022-02-09 23:11:35 +00:00
Or, you can just run the docker image with pandoc and everything included.
2022-02-09 22:23:08 +00:00
```
docker compose up
```
App will be served on `http://localhost:3001`