Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages