Fedi links that open on your preferred instance!
Using the `ip` feature, and some clever use of `Url::set_host` and `Url::host_str` |
||
---|---|---|
src | ||
static | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
known-software.json | ||
README.md | ||
rust-toolchain.toml | ||
tsconfig.json |
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