Getting Started


Prereqs

Install Bun. Bun is a JS runtime focused on performance and simple APIs for developers.

Install zilker

zilker is the build tool which relies on Bun APIs for perf and simplicity.

> bun install -g zilker

Install zilk

zilk is the isomorphic runtime for rendering html/css/svg.

> bun install zilk

Create a Project

TODO