Skip to content

Commit fbbd401

Browse files
committed
update readme
1 parent 6403cc4 commit fbbd401

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

+24
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,27 @@ Esri's next generation network technology, the utility network, is completely ba
55
## Slides and recording
66

77
Most of the slides are made available at [Esri Events > Proceedings](https://www.esri.com/en-us/about/events/index/proceedings).
8+
9+
## Getting Started
10+
11+
1. Install the dependencies:
12+
13+
```sh
14+
npm install
15+
```
16+
17+
2. Run the Vite dev server:
18+
19+
```sh
20+
npm run dev
21+
```
22+
23+
3. Access the dev server by navigating to `http://localhost:5173/`.
24+
25+
## Configuration
26+
27+
Be sure to update the `id` property on the `arcgis-map` component in `index.html` with your own map ID:
28+
29+
```html
30+
<arcgis-map item-id="map-id-goes-here"> </arcgis-map>
31+
```

0 commit comments

Comments
 (0)