Skip to content

Commit

Permalink
Added setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahn committed Apr 21, 2024
1 parent 7d1da40 commit 395e91a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,17 @@ Accepts the following GET parameters.
|---|----|---|---|
|lon|Float|134.9|Sets the map center longitutde.|
|lat|Float|-28.2|Sets the map center latitude.|
|zoom|Float|4.3|Sets the map center zoom.|
|zoom|Float|4.3|Sets the map center zoom.|

## Contributing

### Dependencies

* [Node.js and NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)

### Running the map

1. Checkout the code.
1. `npm -i`
1. `npm run serve`
1. Open [http://localhost:8080/](http://localhost:8080/)

0 comments on commit 395e91a

Please sign in to comment.