Fedi links that open on your preferred instance!
Find a file
CenTdemeern1 8e6a2d20b4 AddInstance dialog, fixed
This time with less technical debt!
2025-01-13 06:59:58 +01:00
src instance_info API 2025-01-12 10:14:17 +01:00
static AddInstance dialog, fixed 2025-01-13 06:59:58 +01:00
.gitignore Initial commit 2025-01-12 04:47:05 +01:00
build.rs Initial commit 2025-01-12 04:47:05 +01:00
Cargo.lock instance_info API 2025-01-12 10:14:17 +01:00
Cargo.toml instance_info API 2025-01-12 10:14:17 +01:00
known-software.json Fix a few things in the json file 2025-01-13 05:32:44 +01: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