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 +```