Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/capy-ui/zig-template

Simple template for creating a Capy app in Zig
https://github.com/capy-ui/zig-template

capy ziglang

Last synced: about 2 months ago
JSON representation

Simple template for creating a Capy app in Zig

Awesome Lists containing this project

README

        

# capy-template
Simple template for a Capy app

**Target Zig Version: zig `0.13.0` / ([2024.5.0-mach](https://machengine.org/about/nominated-zig/))**

## Building
If you wish to run the app simply execute
```sh
zig build run
```

In the same way, to build and run the app for WebAssembly, execute
```sh
zig build serve
```

## Updating Capy
To update Capy, run the following command in your terminal:
```sh
zig fetch --save=capy git+https://github.com/capy-ui/capy
```