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
Liquid Prep App is an user interface that is accessed on your mobile device to get water advise for the selected crop. It is a [Progressive Web App (PWA)](https://web.dev/progressive-web-apps/) developed with [Angular](https://angular.io/) web framework.
5
+
The Liquid Prep App is a user interface that is accessed on your mobile device to receive watering guidance for a selected crop. It is a [progressive web app (PWA)](https://web.dev/progressive-web-apps/) developed with an[Angular](https://angular.io/) web framework.
6
6
7
-
The Liquid Prep App gets the Weather and Crops data from the [Liquid Prep Backend](https://github.com/Liquid-Prep/LiquidPrep-Backend) service and the soil moisture data from the [Liquid Prep Hardware](https://github.com/Liquid-Prep/LiquidPrep-Hardware). After analysis of the weather, crop and soil moisture data the app computes and provides water advise for the selected crop.
7
+
The app gets weather and crops data from the [Liquid Prep Backend](https://github.com/Liquid-Prep/LiquidPrep-Backend) service, and the soil moisture data from the [Liquid Prep Hardware](https://github.com/Liquid-Prep/LiquidPrep-Hardware). After the analysis of weather, crop and soil moisture data, the app computes and provides water advice for your crop.
8
8
9
-
The Liquid Prep App can be run on your local machine for development and testing purpose. And it is deployed on [IBM Cloud Object Storage](https://www.ibm.com/ca-en/cloud/object-storage) for production to be accessed globally.
9
+
The Liquid Prep App can be run on your local machine for development and testing purposes, and is deployed on [IBM Cloud Object Storage](https://www.ibm.com/ca-en/cloud/object-storage) for production to be accessed globally.
10
10
11
11
**[Click to access Liquid Prep App](https://liquid-prep-app.s3-web.us-east.cloud-object-storage.appdomain.cloud/)**
12
12
13
13
## Get Started
14
14
15
-
Instructions on how to run the App,
15
+
Instructions on how to run the app:
16
16
17
-
-[Pre-requisites](#pre-requisites)
17
+
-[Prerequisites](#pre-requisites)
18
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)
19
+
-[Configure and Deploy in IBM Cloud Object Storage](#configure-and-deploy-app-in-ibm-cloud-object-storage)
20
20
-[Contributing](#contributing)
21
21
22
-
### Pre-requisites
22
+
### Prerequisites
23
23
24
24
1. Node and NPM:
25
25
-[Install Node and NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
@@ -30,7 +30,7 @@ Instructions on how to run the App,
-[Create an IBM Cloud account](https://cloud.ibm.com/registration)
36
36
6. Liquid Prep Backend Service Endpoint:
@@ -53,17 +53,17 @@ Instructions on how to run the App,
53
53
- Run `npm start`.
54
54
- Open the browser and enter `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
55
55
56
-
**NOTE:** You can also run the App by executing Angular CLI command `ng serve` too.
56
+
**Note:** You can also run the app by executing Angular CLI command `ng serve`.
57
57
58
58
### Configure and Deploy the App in IBM Cloud Object Storage
59
59
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.
60
+
The Liquid Prep App can be built and deployed in production for accessing the endpoint URL in any browser (we recommend Chrome).
61
61
62
-
Please follow the step wise instructions in the [IBM Cloud Deployment Documentation](IBM-CLOUD-SETUP.md).
62
+
Follow the stepwise instructions in the [IBM Cloud Deployment Documentation](IBM-CLOUD-SETUP.md).
63
63
64
64
## Contributing
65
65
66
-
Please read [CONTRIBUTING.md](https://github.com/Liquid-Prep/Liquid-Prep/blob/main/CONTRIBUTING.md) for details on our code of conduct, areas where we'd like to see community contributions, and the process for submitting pull requests to the project.
66
+
For details on our code of conduct, areas where we'd like to see community contributions, and the process for submitting pull requests to the project, see Please read [CONTRIBUTING.md](https://github.com/Liquid-Prep/Liquid-Prep/blob/main/CONTRIBUTING.md).
0 commit comments