this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

CSS 53.1%
Rust 34.3%
SCSS 12.6%
28 2 0

Clone this repository

https://tangled.org/oskar.tngl.sh/desktop-test https://tangled.org/did:plc:d452hvck3gvfax6mksljjssm/desktop-test
git@tangled.org:oskar.tngl.sh/desktop-test git@tangled.org:did:plc:d452hvck3gvfax6mksljjssm/desktop-test

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

r4#

testing out rust

installation#

from source (requires rust toolchain):

cargo install --path .

or install directly from git:

cargo install --git ssh://git@tangled.sh/oskar.tngl.sh/desktop-test

and then you should have r4 in your path to open it from the terminal.

development#

clone and run:

git clone ssh://git@tangled.sh/oskar.tngl.sh/desktop-test
cd desktop-test
cargo run

linting:

cargo fmt      # format code
cargo clippy   # catch issues

you'll need rust toolchain installed see AGENTS.md for context, decisions, and workflow