Get started

Make sure you have Go and Bun installed.

Note

If you'd rather use a different runtime than Bun to update your javascript dependencies, see makefile and change all occurrences of bun and bunx with the equivalent of whatever runtime you'd like to use.

Create a new project using the starter template.

git clone https://github.com/razshare/frizzante-starter && cd frizzante-starter

Update your dependencies

make update

Then you can start the server with

make start

You can enter dev mode with

make dev

Or you can build the whole project with

make build

This will create a single, standalone, executable bin/app file.