Open alectrocute opened 1 month ago
Thx, we'd love any help we could get on this!
What version of rust are you on? I'm fairly sure an updated nightly is needed, so run :
rustup update
rustup default nightly
rustup target add wasm32-unknown-unknown
cargo install cargo-leptos
cargo leptos watch
Most of this is from our woodpecker CI setup.
yeah
Hi friends!
I've been daydreaming about contributing to the new UI and finally decided to clone it and get started familiarizing myself with it/the framework today. I'm on macOS 15.0 on an M1 arch.
Running into this issue after attempting to following the instructions in CONTRIBUTING.md:
Did some googling on the issue and found this but the advice there didn't help.
I'm a Rust newbie so any help appreciated.