Skip to content

Commit faf58be

Browse files
jaillngchoqueux
authored andcommitted
docs(core): Add doc for local execution
1 parent 02604b9 commit faf58be

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,18 @@ here](http://www.itowns-project.org/itowns/examples/). Some examples available:
3434

3535
[![iTowns examples](http://www.itowns-project.org/images/montage.jpg)](http://www.itowns-project.org/itowns/examples/)
3636

37-
## How to use
37+
## How to run it locally?
38+
39+
Clone the repo and then run:
40+
41+
```
42+
npm install
43+
npm start
44+
```
45+
46+
Try out the examples at http://localhost:8080/examples
47+
48+
## How to use it in your project?
3849

3950
You can use it through npm (the preferred way) or download a bundle from our
4051
github release page.

0 commit comments

Comments
 (0)