Fedi links that open on your preferred instance!
Find a file
2025-01-14 13:24:45 +01:00
src Add the ability to detect software from semver build metadata 2025-01-13 07:31:48 +01:00
static Should work apart from CORS issues 2025-01-14 13:24:45 +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 Add the ability to detect software from semver build metadata 2025-01-13 07:31:48 +01:00
Cargo.toml Add the ability to detect software from semver build metadata 2025-01-13 07:31:48 +01:00
known-software.json Add the ability to detect software from semver build metadata 2025-01-13 07:31:48 +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