- Rust/Cargo
- pdfLaTeX (we're using the full distribution, but it's up to you — smaller distributions are more likely to cause errors due to missing packages)
- pandoc
cargo run
The server runs on port 3030, and should be accessible from anywhere
RUST_LOG=remote_text_server cargo run
cargo build --release --target x86_64-unknown-linux-musl
scp target/x86_64-unknown-linux-musl/release/remote-text-server inky:
cargo test --target x86_64-unknown-linux-musl --no-run
scp target/x86_64-unknown-linux-musl/debug/deps/remote_text_server-00dbdac0b2c64b5a inky: #determined by output of `cargo test`; don't copy and paste this line
- The web client
- The iOS app