Fedi links that open on your preferred instance!
Find a file
2025-01-31 15:58:10 +01:00
src Oops 2025-01-30 17:44:44 +01:00
static Don't use the proxy in the JS 2025-01-31 15:58:10 +01:00
.gitignore Ignore macOS metadata file 2025-01-13 09:03:44 +01:00
build.rs Initial commit 2025-01-12 04:47:05 +01:00
Cargo.lock Use external scraper for finding icons 2025-01-30 17:13:50 +01:00
Cargo.toml Use external scraper for finding icons 2025-01-30 17:13:50 +01:00
install-binary-deps.sh Add script to install site_icons 2025-01-30 17:33:15 +01:00
known-software.json Add some more aliases 2025-01-20 05:30:58 +00:00
README.md Add script to install site_icons 2025-01-30 17:33:15 +01:00
rust-toolchain.toml Switch toolchain to nightly 2025-01-29 22:08:30 +01:00
tsconfig.json Initial commit 2025-01-12 04:47:05 +01:00

FeDirect

Fedi links that open on your preferred instance!

Building and Running

To compile TypeScript, the build script assumes Deno is installed.

  1. Install Rust via rustup
  2. Install Deno
  3. Run install-binary-deps.sh (this installs the icon scraper and possibly more in the future)
  4. Use Cargo to build the project:
# For example, to build for release, you can do
cargo build --release
# Or, to immediately run it
cargo run --release
# Or, to run during development:
cargo run