Add server and bindata packaging

This commit is contained in:
lukasmartinelli
2016-09-27 20:27:08 +02:00
parent 45eb3a01e6
commit 66e3ce8743
3 changed files with 68 additions and 0 deletions
+24
View File
@@ -1,2 +1,26 @@
# desktop
A Golang based cross platform executable for integrating Maputnik locally
### Build
First you need a app bundle distribution of Maptunik and copy over `public`
to the `gui` folder in this project.
```
npm run dist
```
Package the the `gui` as binary assets.
```
go get github.com/elazarl/go-bindata-assetfs/...
go-bindata-assetfs gui/...
```
Install the go package.
```
go install
```