From a5f49e7d79cae44ce7ecd4a3a6627bc401a2b938 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Thu, 17 Jul 2025 04:13:19 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4e674f7..21ab19d 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,10 @@ A frontend to accessing my account on the fediverse ## technologies -- node on a bare debian install. -- npm and npx to execute it. +- Rust and Rouille. - Uses MastodonAPI, BlueskyAPI, and YoutubeAPI[1]. -- Your local machine can also run it (with the proper dependencies; take a look at the docker file). -Quick launch server without docker: `npx http-server /home//Documents/Fedi.CrowdedGames.Group --port 4000 --cors` +Quick launch server: `Cargo run --release` ## FAQ