An Azure DevOps Extension to Create a Repository with supplemental groups for maintainers and external collaborators.
Before we can build the extension we need to install it's dependencies using the command below:
npm install
We can then run the extension in development
mode by running:
npm run dev
This will start a webpack dev server so you can work with the Panel component locally. You can do this by visiting https://localhost:3000/dist/Panel/Panel.html