can edit in Gitpod
Install dependencies:
npm install
Compile WebAssembly:
npm run build:wasm
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
npm run build:wasm # if wasn't built yet
npm run build