package
module
Version:
v0.0.0-...-a9adaf4
Opens a new window with list of versions in this module.
Published: Aug 29, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Dashboard for gorse recommender system

An admin dashboard for gorse recommender system derived from shards-dashboard-vue.

Quick Start
- Install dependencies by running
yarn.
- Run
yarn serve to start the local development server.
Usage
Install the package.
go get -u github.com/gorse-io/dashboard@statik
Import and serve.
import (
"github.com/rakyll/statik/fs"
_ "github.com/gorse-io/dashboard"
)
// ...
statikFS, err := fs.New()
if err != nil {
log.Fatal(err)
}
// Serve the contents over HTTP.
http.Handle("/", http.FileServer(statikFS))
http.ListenAndServe(":8080", nil)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.