All Projects → alphagov → datainsight-frontend

alphagov / datainsight-frontend

Licence: other
Public facing web app to display various measurements of the GOV.UK site

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language
CSS
56736 projects
shell
77523 projects

Build Status

Data Insights Web

This is the web front end for the data insights platform. It serves up graphs and data from the data insights platform. Graphs are rendered with d3.js.

Run the app

To run datainsight and the supporting exposers run the following from the development project.

bowl datainsight

To run the datainsight-frontend project on it's own run the following from the datainsight-frontend project.

bundle exec rackup -p 3027

To run the datainsight-frontend project on it's own with stub data.

USE_STUB_DATA=1 bundle exec rackup -p 3027
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].