Turn PDFs into Books
  • JavaScript 52.4%
  • HTML 28.5%
  • CSS 12.5%
  • Rust 4.4%
  • Just 2.2%
Find a file
Rik Huijzer 137188b112
All checks were successful
ci / run (push) Successful in 1m18s
fix: link to correct repository
2026-04-04 16:28:51 +02:00
.cargo feat: copy from GitHub 2026-04-04 09:45:34 +02:00
.github/workflows build: update rust-cache and setup-rust-toolchain 2026-04-04 10:16:02 +02:00
src feat: copy from GitHub 2026-04-04 09:45:34 +02:00
static fix: avoid double page (#3) 2026-04-04 11:49:13 +02:00
.gitignore feat: copy from GitHub 2026-04-04 09:45:34 +02:00
Cargo.lock feat: copy from GitHub 2026-04-04 09:45:34 +02:00
Cargo.toml feat: copy from GitHub 2026-04-04 09:45:34 +02:00
CONTRIBUTING.md feat: copy from GitHub 2026-04-04 09:45:34 +02:00
index.html fix: link to correct repository 2026-04-04 16:28:51 +02:00
justfile feat: copy from GitHub 2026-04-04 09:45:34 +02:00
LICENSE feat: copy from GitHub 2026-04-04 09:45:34 +02:00
README.md feat: copy from GitHub 2026-04-04 09:45:34 +02:00
Trunk.toml feat: copy from GitHub 2026-04-04 09:45:34 +02:00

printpilot

Turn PDFs into Books.

Development

This project depends on cargo, just and trunk.

To build the project make sure both are installed and run:

just build

To serve the project, run:

just serve