Fedi links that open on your preferred instance!
  • TypeScript 52.6%
  • HTML 21.8%
  • Rust 16.8%
  • CSS 8.3%
  • Dockerfile 0.5%
Find a file
kio 77c0bc1bc1
Some checks failed
Build & Test / build-run (push) Successful in 1m4s
Build Docker Container / publish-docker (push) Failing after 29s
Update static/crossroad.mts
2025-06-20 22:40:38 +00:00
.forgejo/workflows Update .forgejo/workflows/docker.yaml 2025-02-13 19:15:25 +00:00
src Almost finished about dialog 2025-02-13 07:00:14 +01:00
static Update static/crossroad.mts 2025-06-20 22:40:38 +00: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 Almost finished about dialog 2025-02-13 07:00:14 +01:00
Cargo.toml Almost finished about dialog 2025-02-13 07:00:14 +01:00
Dockerfile Update Dockerfile 2025-02-13 20:29:35 +00:00
known-software.json TO THE SHADOW REALM WITH YOU, ICESHRIMP.NET FORKOF FIELD 2025-02-13 01:28:44 +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