From fdb613a0232298d9ee4d205ab2264c7bb7db7661 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Wed, 26 Mar 2025 10:18:08 +0100 Subject: [PATCH] Update readme.md --- readme.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index dad4a80a..505cc7cd 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Find here a collection of samples for the [SAP Cloud Application Programming Mod ## Get Started Assumed you did your [initial setup of CAP Node.js](https://cap.cloud.sap/docs/get-started/#setup), simply copy and paste these lines to a terminal for a jumpstart: - + ```sh git clone -q https://github.com/sap-samples/cloud-cap-samples cap/samples cd cap/samples @@ -18,9 +18,11 @@ npm test npm start ``` -This download the sample content, does a minimum setup, and after running some tests and launching the bookshop server, it should open a browser window on http://localhost:4004 which looks like that: +After download and setup this starts the bookshop app and opens a browser window on http://localhost:4004 looking like that: -bookshop showing up in browser +

+ bookshop showing up in browser +

Click on the *[/vue](http:/localhost:4004/vue)* link at the top to display the bookshop app (when asked to log in, type `alice` as user and leave the password field blank). @@ -28,8 +30,9 @@ Click on the *[/vue](http:/localhost:4004/vue)* link at the top to display the b [See Overview of contained samples](samples.md): -![](etc/samples.drawio.svg) - +

+ +

## Get Help