Zine

Quickstart

Warning

Zine is alpha software.
Using Zine today means participating in its development.

1. Get the Zig compiler

Zine is in the process of becoming a fully self-contained executable, but for now it heavily leverages the Zig build system, meaning that Zig is the only dependency you need.

We currently track Zig’s latest tagged release (0.13.0).

You can download it from from the official website or use zigup.

2. Clone Zine’s Sample Site

What’s a better sample site than the official site itself?

shell

git clone https://github.com/kristoff-it/zine-ssg.io.git
cd zine-ssg.io
zig build serve

After that, start hacking on it and see how Zine reacts!

Here are a handful of things that you might want to investigate:

3. Get developer tooling

This step is optional but strongly recommended as it will give you access to syntax highlighting, autoformatting and language server diagnostics for your editor.

See the Editor support section.

Next Steps

To learn more about Zine, see the documentation section.

See the Community page to join our community.