Skip to content

Get Started

Make sure you have Go, build-essential and Bun installed.

Create a new project by cloning the starter template.

Terminal window
git clone https://github.com/razshare/frizzante-starter && \
rm frizzante-starter/.git -fr && \
cd frizzante-starter

Start development with

Terminal window
make dev

Build with

Terminal window
make build