[](https://gitpod.io/#https://github.com/nushell/wasm-nu)
npm install @tharindusathis/nushell
wasm-packFirst step, install wasm-pack.
wasm-pack build```
wasm-pack build
If dependencies changed, run cargo update before running the above again.
```
cd www
npm install
npm start
(in a browser: ) open "http://localhost:8080"
Open it in Gitpod! Everything should be compiled and ready to go!
