Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 501 Bytes

File metadata and controls

15 lines (11 loc) · 501 Bytes

Zigomponents

Zigomponents are HTML components written in Zig. The inspiration is derived from gomponents. This project currently depends on zig master.

Building this project

  • Download and install zvm to manage different versions of zig.
  • Run zvm install master to install the latest version of zig.
  • Run zvm use master to use the latest version of zig.
  • Run zig build to build the project.

Features

  • Features here

Usage

  • Usage here