From 9f91f2402920cf578ae9f4ce260a0ed029a6c121 Mon Sep 17 00:00:00 2001 From: jojozhuang Date: Tue, 21 Oct 2025 15:44:02 -0700 Subject: [PATCH 1/2] Update readme --- README.md | 7 +++++++ azure-pipelines.yml | 1 + 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 8b3575a4..48105d67 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,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 From cfd86b3a6eb2d6e56687d1b2c2767311e4266d8d Mon Sep 17 00:00:00 2001 From: jojozhuang Date: Tue, 21 Oct 2025 21:35:34 -0700 Subject: [PATCH 2/2] Add node version --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48105d67..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