/scurry-web

The official Scurry website, written with Yew!

Primary LanguageRustMIT LicenseMIT

Scurry

logo

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.

Building Locally

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.