Installation

En/ Ru

Installation

Use this repository as the reference app, or copy individual components from the gallery into your project (future fastygo add workflow).

github.com/fastygo/ui

Use this repository as the reference app, or copy individual components from the gallery into your project (future fastygo add workflow).

From git

Clone the app, install Bun for CSS, run templ generate, then start the server.

bun install
go mod download
bun run build:css
go tool templ generate ./...
bun run go