|
|
|
@ -7,8 +7,8 @@ using it. You can find them documented [here][1]. |
|
|
|
|
|
|
|
|
|
You'll also want to check out the contributing [guidelines]. |
|
|
|
|
|
|
|
|
|
[1]: docs/prerequisites.md |
|
|
|
|
[guidelines]: CONTRIBUTING.md |
|
|
|
|
[1]: ./prerequisites/index.html |
|
|
|
|
[guidelines]: https://github.com/rustwasm/wasm-pack/blob/master/CONTRIBUTING.md |
|
|
|
|
|
|
|
|
|
## 🏃♀️ Up and Running |
|
|
|
|
|
|
|
|
@ -19,13 +19,13 @@ You'll also want to check out the contributing [guidelines]. |
|
|
|
|
|
|
|
|
|
## Documentation |
|
|
|
|
|
|
|
|
|
Documentation lives in the [`/docs`](docs) directory. Each command has it's own page. |
|
|
|
|
Additionally there are extra pages explaining the prerequisites, setup, and how to |
|
|
|
|
Documentation lives in the `/docs` directory. Each command has it's own page. |
|
|
|
|
Additionally there are extra pages explaining the prerequisites, setup, and how to |
|
|
|
|
contribute (which you are reading now!). |
|
|
|
|
|
|
|
|
|
## Tests |
|
|
|
|
|
|
|
|
|
Tests live in the [`/tests`](tests) directory. To run the tests you can run: |
|
|
|
|
Tests live in the `/tests` directory. To run the tests you can run: |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
cargo test |
|
|
|
|