gpstool/README.md

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.