Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/capy-ui/zig-template
- Owner: capy-ui
- License: unlicense
- Created: 2022-07-19T17:42:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T17:24:43.000Z (5 months ago)
- Last Synced: 2024-08-02T14:38:13.315Z (5 months ago)
- Topics: capy, ziglang
- Language: Zig
- Homepage:
- Size: 42 KB
- Stars: 23
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
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
```