microsoft / vsts-extension-retrospectives

An Azure DevOps extension for efficient retrospectives
MIT License
183 stars 82 forks source link

How to compile and run this code locally on my machine. #19

Closed piyushdeals closed 4 years ago

piyushdeals commented 4 years ago

I want to compile the extension-retrospectives code on my machine and run it so that I can make modifications and test them. Please guide how can I do that do I need to download but the extension and backend code ? Please guide me with the starting point of the extension.

polatengin commented 4 years ago

I'll prepare a DevContainer to make the development easier. Also README files should be updated with more information.

Just created a project to track the progress, this issue is in the project

polatengin commented 4 years ago

With the latest commits, repo now has a DevContainer setup.

You can clone the repo, open it with Visual Studio Code . Visual Studio Code will detect .devcontainer folder and ask to open the repo in the DevContainer.

If you allow it, all the required tools and sdk will be inside of the DevContainer