czv/czv-wasm/examples/web-demo/README.md

309 B

czv - web-demo

Demo website for the czv WebAssembly library built with Vite & React.

Preview image

Development

  1. Install the packages:
bun install
  1. Build the site:
bun run build
  1. Serve the site:
bun preview