Fedi links that open on your preferred instance!
Find a file
2025-01-28 23:26:21 +01:00
src Kinda rough but it works (mostly) 2025-01-28 23:26:21 +01:00
static Kinda rough but it works (mostly) 2025-01-28 23:26:21 +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 Proxying 2025-01-14 15:40:49 +01:00
Cargo.toml Proxying 2025-01-14 15:40:49 +01:00
known-software.json Add some more aliases 2025-01-20 05:30:58 +00:00
README.md Initial commit 2025-01-12 04:47:05 +01:00
tsconfig.json Initial commit 2025-01-12 04:47:05 +01:00

FeDirect

Fedi links that open on your preferred instance!

Building

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

When you have Deno and Rust installed, simply 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