Fedi links that open on your preferred instance!
- TypeScript 52.6%
- HTML 21.8%
- Rust 16.8%
- CSS 8.3%
- Dockerfile 0.5%
| .forgejo/workflows | ||
| src | ||
| static | ||
| .gitignore | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Dockerfile | ||
| known-software.json | ||
| README.md | ||
| rust-toolchain.toml | ||
| tsconfig.json | ||
FeDirect
Fedi links that open on your preferred instance!
Building and Running
To compile TypeScript, the build script assumes Deno is installed.
- Install Rust via rustup
- Install Deno
- 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