Skip to content

hpavolot/grafana-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General

This project is an amateur attempt to build Grafana on .net core + angular.

How to use

Firstly get the sources:

git clone https://github.com/megahoneybadger/grafana-ng.git
cd grafana-ng

Secondly build server and client (you will need .net core for server and npm for client):

make build

And finally:

make run

It must start up the server listening on localhost:5000;

Demo: http://demo.grafana-ng.net/d/tFTKz0zNpy/main Login: admin Password: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 51.4%
  • TypeScript 29.0%
  • SCSS 10.9%
  • HTML 8.4%
  • JavaScript 0.1%
  • Dockerfile 0.1%
  • Makefile 0.1%