Get Started
Make sure you have Go, build-essential and Bun installed.
Create a new project by cloning the starter template.
git clone https://github.com/razshare/frizzante-starter && \rm frizzante-starter/.git -fr && \cd frizzante-starter
Start development with
make dev
Build with
make build