Skip to content

un-vector-tile-toolkit/ango-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published