Skip to content

armenzg/firefox-health-dashboard

 
 

Repository files navigation

Build Status Coverage Status

Firefox health dashboard

This project show Firefox metrics and insights to help meeting release criteria. Find the official site here. The repository for the backend can be found here.

Developing

Prerequisites

Building

First, fork this repository to another GitHub account. Then you can clone and install:

git clone https://github.com/<YOUR_ACCOUNT>/firefox-health-dashboard.git
cd firefox-health-dashboard
yarn

Neutrino and preset

Building this project uses Neutrino and @neutrinojs/react. You can read about all features included with this preset in here.

Testing changes

Install npm dependencies and start it up:

  • yarn
  • yarn start

This will start a local development server on port 5000.

Any ESLint errors across the project will be displayed in the terminal during development.

Test local backend changes

  • yarn start:local
    • This assumes you have started the backend on your localhost first

Attributions

  • heartbeat icon by Creative Stall from the Noun Project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.3%
  • CSS 16.7%