Skip to content

Commit

Permalink
docs(core): Add doc for local execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln authored and gchoqueux committed Apr 7, 2022
1 parent 02604b9 commit faf58be
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,18 @@ here](http://www.itowns-project.org/itowns/examples/). Some examples available:

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

## How to use
## How to run it locally?

Clone the repo and then run:

```
npm install
npm start
```

Try out the examples at http://localhost:8080/examples

## How to use it in your project?

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

0 comments on commit faf58be

Please sign in to comment.