diff --git a/README.md b/README.md index 8b3575a4..0c46f512 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This app can determine the different content for the given 'Original Text' and ' # Technology +* Node Version: v20.19.5 * Frontend Framework: Angular * Styling: bootstrap * Text Editor: ngx-monaco-editor-v2 @@ -26,6 +27,13 @@ Three available demos: *Note: The demo websites may be slow when you access them for the first time. Be patient!* +## Cloud Services + +- https://app.netlify.com/ +- https://dashboard.render.com/ +- https://portal.azure.com/ +- https://dev.azure.com/ + # Setup Locally ```bash git clone https://github.com/jojozhuang/text-compare-angular.git diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 81988b18..bd317230 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,4 +1,5 @@ # Node.js with Angular - staged pipeline (best-practice: npm ci per stage + npm cache) +# https://dev.azure.com/jojozhuang0911/portfolios/_build?definitionId=1 trigger: - main