Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 884 Bytes

README.md

File metadata and controls

47 lines (36 loc) · 884 Bytes

ango-host

the host part for ango

Background

This is a part of the ango project.

We also have a development note in Japanese language and standard hands-on slides.

Install

$ git clone [email protected]:un-vector-tile-toolkit/ango-host
$ cd ango-host
$ yarn

Build site files

$ rake build

Run

$ rake start

Stop

$ rake stop

Attribution

The sprite is by the Geospatial Information Authority of Japan.

We included mapbox/mapbox-gl-js as below:

$ git clone [email protected]:mapbox/mapbox-gl-js
$ cd mapbox-gl-js
$ yarn
$ yarn run build-prod-min
$ yarn run build-css
$ cd ../ango-host
$ rake _mapbox