Please report any feedback/issue here:
Do you want to support this project?
Manage your Pull Requests of all your projects and repositories at a single place without having to switch between each repository. Track its status and what's most important to focus on your code review process.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Please make sure you have the following tools installed to proceed
- Git
- Visual Studio Code (or any other editor with TypeScript support)
- TypeScript
- NodeJS
First step is to clone this repo locally on your workspace and then:
npm install
And then
HTTPS=true react-scripts start
($env:HTTPS = "true") -and (react-scripts start)
set HTTPS=true&&react-scripts start
These above commands will trigger the compilation and will start a new browser instance pointing to https://localhost:3000/
The extension supports two modes: DEV and Public. DEV Mode is meant for debugging also to be installed and to run over the https://localhost:3000/. Please follow the below commands to generate the extension for each mode.
- Run
npm run package-dev
and upload the package as a private extension to your Azure DevOps publisher account
Note: You may need to add a directory called
build
to the project root when running the script. The output of thepackage-dev
script is there.
- Be sure to update the
manifest.json
to use your publisher's ID before running the script.
- Install the private extension on your Azure DevOps oragnization and test your changes.
DEV Mode
npm run package-dev
Public Mode (Production)
npm run package-release
- Visual Studio Code - IDE
- Git - Repository
- NodeJS - Local server
- TypeScript - Language
- ReactJS - Web framework
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning.
- Carlos Alessandro Ribeiro - cribeiro84
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details