Run Grafana in Dev Mod
Clone Grafana Repository and CD into It
First, clone the Grafana repository and navigate into the directory:
1
2
git clone [Grafana Repository URL]
cd [Grafana Repository Directory]
Front End
For the front end, run the following commands:
- Install dependencies:
1
yarn install --pure-lockfile
- Start the front-end server:
1
yarn start
Back End
For the back end, execute:
1
make run
Access Grafana in Browser
Access the Grafana interface in your browser at:
1
http://localhost:3000
This post is licensed under CC BY 4.0 by the author.