You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71b05e02bd | 6 years ago | |
---|---|---|
src | 6 years ago | |
.gitignore | 6 years ago | |
Cargo.toml | 6 years ago | |
Makefile.toml | 6 years ago | |
README.md | 6 years ago | |
index.html | 6 years ago |
README.md
Seed Quickstart
To get started:
-
Clone this repo
-
If you don't have Rust and cargo-make installed, Download it, and run the following commands:
rustup update
rustup target add wasm32-unknown-unknown
cargo install cargo-make
Run cargo make all
in a terminal to build the app, and cargo make serve
to start a dev server
on 127.0.0.0:8000
.