mirror of
https://github.com/garraflavatra/gpstool.git
synced 2025-01-18 11:47:58 +00:00
19 lines
466 B
Markdown
19 lines
466 B
Markdown
# gpstool
|
|
|
|
A web-based tool for retrieving and converting GPS coordinates.
|
|
|
|
![Screenshot](./.github/screenshot.png)
|
|
|
|
## Local development
|
|
|
|
gpstool is developed using [Vite](https://vitejs.dev/) and [Svelte](https://svelte.dev/), and uses [Leaflet](https://leafletjs.com/) to render the map tiles from [OpenStreetMap](https://www.openstreetmap.org/).
|
|
|
|
```bash
|
|
npm install
|
|
npm run dev
|
|
```
|
|
|
|
## License
|
|
|
|
Please see the [`LICENSE.md` file](./LICENSE.md) for the license.
|