/testpilot-contribute

A minisite aggregating open bugs suitable for first-time contributors across Test Pilot's various projects and repositories.

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

testpilot-contribute

A minisite aggregating open bugs suitable for first-time contributors across Test Pilot's various projects and repositories.

Screenshot

Developing the site

To set up:

git clone https://github.com/chuckharmston/testpilot-contribute.git
cd testpilot-contribute
yarn install

Then to run the development server:

npm run start

To run the Storybook server simultaneously:

npm run storybook