Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 434 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 434 Bytes

Lighthouse Dashboard

This is a dashboard for alerts sent using the Lighthouse application.

How to build

In order to build this project you need to have NodeJS, npm and Bower installed on your computer.

  1. Install all npm modules : npm install
  2. Install all bower components : bower install

How to run

This project is currently configured to run with the default web server offered by grunt :

grunt serve