Categorygithub.com/go-gorf/admin
modulepackage
0.0.2
Repository: https://github.com/go-gorf/admin.git
Documentation: pkg.go.dev

# 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

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author