Setup a local repository
Set up a copy of the dashboard that runs locally:
- Create a fork of
https://github.com/mspnp/intern-js-pipelineand clone it into your local repository - In the
docusaurus.config.jsfile change the value ofthemeConfig.navbar.items.hreffromhttps://github.com/mspnp/intern-js-pipelineto your Github repository link - In the
config.jsonfile change the value oforganizationfromstaticwebdevto the organization your repositories with test harnesses are in - Save the changes
- To see a local version of your dashboard run
npm startfrom the root folder of the repository