no-more-proxy #3

Merge aplicado
CenTdemeern1 mesclou 12 commits from no-more-proxy into main 2025-02-03 00:03:51 +00:00
2 arquivos alterados com 8 adições e 2 exclusões
Mostrando apenas as alterações do commit 4793aa3a7a - Mostrar todos os commits

Add script to install site_icons

CenTdemeern1 2025-01-30 17:33:15 +01:00

Ver arquivo

@ -2,11 +2,15 @@
Fedi links that open on your preferred instance!
## Building
## Building and Running
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
# For example, to build for release, you can do

2
install-binary-deps.sh Arquivo executável
Ver arquivo

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