This project is a web service that allows you to make spec-compliant EPubs using (X)HTML.
The project uses my WIP Ebook library called mithril.
Install dependencies:
bun installRun development server:
bun run devAlternatively, build and start the production server:
bun run build
bun run startt