dashboard

package module
v0.0.0-...-a9adaf4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2022 License: MIT Imports: 0 Imported by: 0

README

Dashboard for gorse recommender system

build

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL