I try to install the grafana and followed the instruction
git clone https://github.com/grafana/grafana.git
cd grafana
brew install node
npm install -g grunt-cli
npm install
grunt build
python -m SimpleHTTPServer
Entering Localhost:8080 shows the following rather than grafana interface: