mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
13 lines
151 B
Markdown
13 lines
151 B
Markdown
|
# Martin Web UI
|
||
|
|
||
|
A web interface for previewing tiles served by Martin.
|
||
|
|
||
|
### Run locally
|
||
|
|
||
|
To run just the web interface
|
||
|
|
||
|
```bash
|
||
|
npm i
|
||
|
npm run dev
|
||
|
```
|