no-more-proxy #3

Merged
CenTdemeern1 merged 12 commits from no-more-proxy into main 2025-02-03 00:03:51 +00:00
2 changed files with 8 additions and 2 deletions
Showing only changes of commit 4793aa3a7a - Show all commits

View file

@ -2,11 +2,15 @@
Fedi links that open on your preferred instance! Fedi links that open on your preferred instance!
## Building ## Building and Running
To compile TypeScript, the build script assumes Deno is installed. To compile TypeScript, the build script assumes Deno is installed.
When you have Deno and Rust installed, simply use Cargo to build the project 1. [Install Rust via rustup](https://rustup.rs/)
2. [Install Deno](https://deno.com/)
3. Run `install-binary-deps.sh` (this installs the icon scraper and possibly
more in the future)
4. Use Cargo to build the project:
```sh ```sh
# For example, to build for release, you can do # For example, to build for release, you can do

2
install-binary-deps.sh Executable file
View file

@ -0,0 +1,2 @@
#!/usr/bin/env bash
cargo install site_icons