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
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,29 @@ The base-url attribute in the <mapping-input> element allows you to specify the
47
47
48
48
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.
49
49
50
+
51
+
## How to run - For developers
52
+
53
+
To start using the component clone this repo to a new directory:
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
+
50
73
## Attributes
51
74
52
75
-`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
0 commit comments