-
Install Rust using rustup.
-
Install Wasm target:
rustup target add wasm32-unknown-unknown
-
Install trunk utility.
-
Clone the repo:
git clone https://github.com/shamilsan/ss58.org
cd ss58.org
- Run
trunk
to build and serve the app:
trunk serve
Source code is licensed under the MIT license.