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.

11 lines
447 B
Markdown

6 years ago
# Seed Quickstart
6 years ago
6 years ago
To get started with, clone this repo, and make the following changes:
6 years ago
6 years ago
- Rename your crate in `Cargo.toml` (The `name` field under `[Package]`)
6 years ago
- Replace both occurances of `appname` (`/appname.js` and `/appname.wasm`) in `index.html` with your
crate's name
- Make the same replacement in either `build.sh`, or `build.ps1`, depending on your
6 years ago
operating system (`.sh` for Linux, `.ps` for Windows). You may delete the other one