Trying to follow the basic set up but I keep getting this error:
Trunk is required, see: https://trunkrs.dev
I have installed trunk via cargo, and I can run it with trunk -V to get version number or help, etc. I also added the runtime with rustup target add wasm32-unknown-unknown. Tried restarting my shell in case it was some kind of path error or something but that didn't help. Not sure what my next step is here to get it working.
Trying to follow the basic set up but I keep getting this error:
Trunk is required, see: https://trunkrs.dev
I have installed trunk via cargo, and I can run it with
trunk -V
to get version number or help, etc. I also added the runtime withrustup target add wasm32-unknown-unknown
. Tried restarting my shell in case it was some kind of path error or something but that didn't help. Not sure what my next step is here to get it working.