From 64f57d8e05e56fb1c1ac964795b785b081f59cad Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 27 Dec 2022 12:20:23 +0000 Subject: Minor improvements for the README - fix broken link to architecture picture - improve document structure - improve cds-ui/server README Issue-ID: CCSDK-3825 Signed-off-by: Fiete Ostkamp Change-Id: I00087a8fa31bad2c4bcaebae487940e7af4807c0 --- cds-ui/server/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'cds-ui/server') diff --git a/cds-ui/server/README.md b/cds-ui/server/README.md index 5591df002..d9618d4f5 100644 --- a/cds-ui/server/README.md +++ b/cds-ui/server/README.md @@ -1,4 +1,4 @@ -/* + # cds-ui-server [![LoopBack](https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)-@2x.png)](http://loopback.io/) + +This service provides the backend for the CDS Designer UI. In order to function correctly, you will also need to make the `cds-blueprints-processor` service available on `localhost:8080`. +## Development +You can launch the service with +```sh +npm start +``` \ No newline at end of file -- cgit 1.2.3-korg