mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
25 lines
309 B
Markdown
25 lines
309 B
Markdown
# czv - web-demo
|
|
|
|
Demo website for the [czv](https://github.com/rzmk/czv) WebAssembly library built with Vite & React.
|
|
|
|

|
|
|
|
## Development
|
|
|
|
1. Install the packages:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
2. Build the site:
|
|
|
|
```bash
|
|
bun run build
|
|
```
|
|
|
|
3. Serve the site:
|
|
|
|
```bash
|
|
bun preview
|
|
```
|