Add README

This commit is contained in:
Yash Karandikar 2021-10-31 18:42:25 -05:00
parent 93315284b3
commit 292bf39647
Signed by: karx
GPG key ID: A794DA2529474BA5

23
bin2dec/README.md Normal file
View file

@ -0,0 +1,23 @@
# Bin2Dec
[Live App](https://karx.xyz/rgl/bin2dec/)
## Running Locally
1. Install dependencies
First, install `rust` from [the Rust website](https://www.rust-lang.org/). Then, install `trunk`:
```bash
cargo install --locked trunk
```
This project requires `rustc` version `1.56.0` because it uses the 2021 edition of Rust!
2. Build project
```bash
cd /path/to/bin2dec
trunk serve
```
3. Open in browser
[Check the supported browser list](https://rustwasm.github.io/docs/wasm-bindgen/reference/browser-support.html) and open https://localhost:8080 in one of the supported browsers.
<small>Created using [Sycamore](https://crates.io/crates/sycamore) and Rust with WebAssembly</small>