23 lines
358 B
Markdown
23 lines
358 B
Markdown
|
# RTL EPUB Maker
|
||
|
|
||
|
Easily create EPUB e-book files with proper RTL support
|
||
|
|
||
|
## Running Locally
|
||
|
|
||
|
Requires [pandoc](https://pandoc.org/installing.html)
|
||
|
|
||
|
```
|
||
|
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`
|