Skip to content

Prerequisites

VitePress project

A VitePress project is required. If you don't have one yet, follow the getting started guide.

static-templ

static-templ is used under the hood to pre-render components.

bash
go install github.com/nokacper24/static-templ@latest

templ

Install templ if it is not already in your toolbox.

bash
go install github.com/a-h/templ/cmd/templ@latest

Released under the MIT License.