Fedi links that open on your preferred instance!
Find a file
CenTdemeern1 8850e08f5d
Some checks failed
Build & Test / build-run (push) Failing after 23s
Try using the rust image again
Manually install node this time
2025-02-04 00:08:38 +01:00
.forgejo/workflows Try using the rust image again 2025-02-04 00:08:38 +01:00
src Add CI 2025-02-03 21:56:13 +01:00
static This was bothering me 2025-02-03 20:07:19 +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 Rest in piss site_icons 2025-02-02 23:54:36 +01:00
Cargo.toml Rest in piss site_icons 2025-02-02 23:54:36 +01:00
known-software.json Sharkey has mastoapi 2025-02-03 20:14:51 +01:00
README.md Rest in piss site_icons 2025-02-02 23:54:36 +01:00
rust-toolchain.toml Switch toolchain to nightly 2025-01-29 22:08:30 +01:00
tsconfig.json Rewrite AddInstanceDialog 2025-02-03 03:15:14 +01:00

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
  2. Install Deno
  3. 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