From 018970a54dfac22c72f5a660ab4f72d4a88b3f2e Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:47:10 +0200 Subject: [PATCH] Update README.md (#1469) --- app/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/README.md b/app/README.md index fb5bdfda..02c7fa6c 100644 --- a/app/README.md +++ b/app/README.md @@ -6,14 +6,16 @@ Frontend stored in folder App cd app ``` -Develop & Test +#### Develop & Test +Set the correct backend system in the yamls
+Replace "/sap/bc/z2ui5" with your endpoint in the manifest ``` npm i npm run start ``` -Before PR +#### Before PR Transform UI5 App to stringified ABAP ``` node trans/trans2abap.js -``` \ No newline at end of file +```