FeDirect/README.md
2025-02-02 23:54:36 +01:00

20 lines
448 B
Markdown

# 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](https://rustup.rs/)
2. [Install Deno](https://deno.com/)
3. Use Cargo to build the project:
```sh
# 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
```