capy-ui / zig-template

Simple template for creating a Capy app in Zig
The Unlicense
26 stars 11 forks source link
capy ziglang

capy-template

Simple template for a Capy app

Target Zig Version: zig 0.13.0 / (2024.5.0-mach)

Building

If you wish to run the app simply execute

zig build run

In the same way, to build and run the app for WebAssembly, execute

zig build serve

Updating Capy

To update Capy, run the following command in your terminal:

zig fetch --save=capy git+https://github.com/capy-ui/capy