epub-editor Svelte Themes

Epub Editor

App to edit EPUBs in a Google Docs-like interface.

epub-editor

Edit EPUBs in a Google Docs-like interface.

Development

To install required developer dependencies:

nix develop

To serve the Tauri app, first install node dependencies in frontend/:

cd frontend
pnpm i

Then, put a (valid) test.epub file in the root of the project for testing purposes:

.
├── flake.lock
├── flake.nix
├── frontend
├── README.md
├── src-tauri
└── test.epub

Finally, from the root of the project, run the following to serve the app:

# App runs relative to src-tauri/, not the root of the project
cargo tauri dev -- ../test.epub

Top categories

Loading Svelte Themes