You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,12 @@ The Liquid Prep App can be run on your local machine for development and testing
14
14
15
15
Instructions on how to run the App,
16
16
17
-
-[Liquid Prep - App](#liquid-prep---app)
18
-
-[Get Started](#get-started)
19
-
-[Pre-requisites](#pre-requisites)
20
-
-[Run App Locally](#run-app-locally)
21
-
-[Configure and Deploy App in IBM Cloud Object Storage](#configure-and-deploy-app-in-ibm-cloud-object-storage)
22
-
-[Contributing](#contributing)
23
-
-[License](#license)
17
+
-[Pre-requisites](#pre-requisites)
18
+
-[Run App Locally](#run-app-locally)
19
+
-[Configure and Deploy App in IBM Cloud Object Storage](#configure-and-deploy-app-in-ibm-cloud-object-storage)
20
+
-[Contributing](#contributing)
24
21
25
-
## Pre-requisites
22
+
###Pre-requisites
26
23
27
24
1. Node and NPM:
28
25
-[Install Node and NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
@@ -39,7 +36,7 @@ Instructions on how to run the App,
39
36
6. Liquid Prep Backend Service Endpoint:
40
37
-[Deploy Liquid Prep Backend in IBM Cloud Functions](https://github.com/Liquid-Prep/Liquid-Prep/tree/master/backend#deploy-liquid-prep-backend-service) and note down the `CLOUD_FUNCTIONS_URL` which is the Backend service endpoint. This endpoint will be required later for deploying the App.
41
38
42
-
## Run App Locally
39
+
###Run App Locally
43
40
44
41
1.**Build the App**
45
42
@@ -58,7 +55,7 @@ Instructions on how to run the App,
58
55
59
56
**NOTE:** You can also run the App by executing Angular CLI command `ng serve` too.
60
57
61
-
## Configure and Deploy App in IBM Cloud Object Storage
58
+
###Configure and Deploy the App in IBM Cloud Object Storage
62
59
63
60
The Liquid Prep App can be built and deployed in production for accessing the endpoint URL in any browser (recommended Chrome) to spin up the App in the browser.
0 commit comments