Gorf Admin Installation go get https://github.com/go-gorf/admin@latest Add to Gorf App var apps = []gorf.GorfApp{ &admin.AdminApp, } Install frontend dependencies cd ui && npm install Build frontend cd ui && npm run build