This repository holds Scurry's official website. On it, you can try Scurry for yourself with no downloads required!
It is written with yew, Rust's most popular WASM framework.
To see the website, go to this link.
To serve locally, first clone the repository.
$ git clone https://github.com/dzfrias/scurry-web.git
$ cd scurry-web
Then, run
$ trunk serve
At the project root.