Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
Updated README with Build Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SheethalJR committed Nov 28, 2022
1 parent 92a3d1f commit 601ea88
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,79 @@ The above chart is a basic line chart, but you can use the ability to plot data
- bubble (x,y,r) r = diameter of plotted point
![series](/images/bubble.png)

## Build Instructions

**Note:** It is only necessary to follow these instructions if you are modifying/extending this widget, otherwise see the [Installation Guide](#Installation).

**Requirements:**

* Git

* NodeJS (release builds are currently built with `v12.19.0`)


* NPM (Included with NodeJS)


**Instructions**


1. Clone the repository:

```
git clone https://github.com/SoftwareAG/cumulocity-datapoints-charting-widget.git
```

2. Change directory:

```
cd cumulocity-datapoints-charting-widget
```

3. (Optional) Checkout a specific version:

```
git checkout <your version>
```

4. Install the dependencies:

```
npm install
```

5. (Optional) Local development server:

```
npm run start
```

6. Build the app:

```
npm run build
```

7. Deploy the app:

```
npm run deploy
```

---

These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.
Expand Down

0 comments on commit 601ea88

Please sign in to comment.