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: 16 days ago
JSON representation
Simple template for creating a Capy app in Zig
- Host: GitHub
- URL: https://github.com/capy-ui/zig-template
- Owner: capy-ui
- License: unlicense
- Created: 2022-07-19T17:42:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T12:35:47.000Z (7 months ago)
- Last Synced: 2025-03-14T23:51:16.014Z (about 2 months ago)
- Topics: capy, ziglang
- Language: Zig
- Homepage:
- Size: 43 KB
- Stars: 31
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```