Edit EPUBs in a Google Docs-like interface.
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