# README
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 frontend && npm install
Build frontend
cd frontend && npm run build
# Variables
No description provided by the author