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

25 lines
309 B
Markdown

# czv - web-demo
Demo website for the [czv](https://github.com/rzmk/czv) WebAssembly library built with Vite & React.
![Preview image](preview.png)
## Development
1. Install the packages:
```bash
bun install
```
2. Build the site:
```bash
bun run build
```
3. Serve the site:
```bash
bun preview
```