Before building, you need to have GO >= 1.18
, Buf CLI. If you are developing on windows, use scoop to install busybox
and make
git clone https://github.com/hominsu/slink.git
go work init && go work use -r ./app && go mod tidy
make init
make api && make conf && make ent && make wire
make build
cd web
pnpm install
pnpm dev