Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 315 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 315 Bytes
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.

Build for Production

npm run build:wasm # if wasn't built yet
npm run build