Skip to content

Commit a67efeb

Browse files
authored
Update README.md
1 parent f04db35 commit a67efeb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,29 @@ The base-url attribute in the <mapping-input> element allows you to specify the
4747

4848
By following these steps, you can easily integrate the Mapping component into your project and utilize its capabilities for extracting metadata from instrument-generated data.
4949

50+
51+
## How to run - For developers
52+
53+
To start using the component clone this repo to a new directory:
54+
55+
```bash
56+
git clone https://github.com/kit-data-manager/com_mapping-service-input.git
57+
```
58+
59+
and run:(Before running below command make sure node.js is installed in your system. You can check if it is there is your system or not by command: node -v or node --version (dependending on the operating system you are using) in your command prompt.
60+
61+
```bash
62+
npm install
63+
```
64+
65+
To runthe component in developement mode
66+
67+
```bash
68+
npm run build
69+
npm run dev
70+
```
71+
72+
5073
## Attributes
5174

5275
- `base-url`: string, base-url to your Mapping Service instance
@@ -71,4 +94,5 @@ By following these steps, you can easily integrate the Mapping component into yo
7194

7295

7396

97+
7498

0 commit comments

Comments
 (0)