Starting the project locally #234
-
Hello, I'm trying to start the project locally. So, I did the following:
Chrome opens https://localhost:3000. I then instruct to run it anyway even though there's no SSL cert. Now I just see a white screen with a loading indicator in the middle. Are there additional steps that I need to do to check it out locally? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @markmadlangbayan, you need first to create an extension profile at Azure Marketplace, build a dev version of the extension (npm run package-dev), upload it to the marketplace and access it from there. The extension will be installed on your Azure DevOps org and it will redirect you to localhost:3000 address for debugging. |
Beta Was this translation helpful? Give feedback.
Hey @markmadlangbayan, you need first to create an extension profile at Azure Marketplace, build a dev version of the extension (npm run package-dev), upload it to the marketplace and access it from there. The extension will be installed on your Azure DevOps org and it will redirect you to localhost:3000 address for debugging.