docs: update README
This commit is contained in:
parent
3872637b42
commit
d033c2843a
@ -1,3 +1,12 @@
|
|||||||
# Snake using Rust & WASM
|
# Snake using Rust & WASM
|
||||||
|
|
||||||
Tutorial: https://www.youtube.com/watch?v=iR7Q_6quwSI
|
Tutorial: https://www.youtube.com/watch?v=iR7Q_6quwSI
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
|
```
|
||||||
|
wasm-pack build --target web
|
||||||
|
serve
|
||||||
|
```
|
||||||
|
|
||||||
|
If it says that you don't have `serve`, you can install from here: https://www.npmjs.com/package/serve.
|
||||||
|
Loading…
Reference in New Issue
Block a user