We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02604b9 commit faf58beCopy full SHA for faf58be
README.md
@@ -34,7 +34,18 @@ here](http://www.itowns-project.org/itowns/examples/). Some examples available:
34
35
[](http://www.itowns-project.org/itowns/examples/)
36
37
-## How to use
+## 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?
49
50
You can use it through npm (the preferred way) or download a bundle from our
51
github release page.
0 commit comments