1
0

docs: update README

This commit is contained in:
Rokas Puzonas 2022-06-03 01:15:16 +03:00
parent 3872637b42
commit d033c2843a

View File

@ -1,3 +1,12 @@
# Snake using Rust & WASM
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.