mirror of
https://github.com/maputnik/editor.git
synced 2026-04-28 20:30:02 +00:00
22 lines
439 B
Markdown
22 lines
439 B
Markdown
# Maputnik Desktop
|
|
|
|
A Golang based cross platform executable for integrating Maputnik locally.
|
|
|
|
### Build
|
|
|
|
Clone the repository recursively since the Maputnik editor is embedded
|
|
as submodule.
|
|
|
|
```
|
|
git clone --recursive git@github.com:maputnik/desktop.git
|
|
```
|
|
|
|
Run `make` to build the app distribution bundle and create the `maputnik` binary
|
|
embedding the editor.
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
You should now find the `maputnik` binary in your directory.
|