Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hfu/balzac

Fast fude by Mapbox GL JS
https://github.com/hfu/balzac

Last synced: 18 days ago
JSON representation

Fast fude by Mapbox GL JS

Awesome Lists containing this project

README

        

# balzac
Fast fude by Mapbox GL JS

# [Site](https://hfu.github.io/balzac)

# [Document](https://hackmd.io/@hfu/fude)

# prerequisite
- git
- node
- yarn
- [hjson](https://hjson.org/) for converting style.hjson to style.json
- [budo](https://github.com/mattdesl/budo) for running a test site.
- [@mapbox/mapbox-gl-style-spec](https://github.com/mapbox/mapbox-gl-js/tree/master/src/style-spec) for gl-style-validate

# install
```console
git clone [email protected]:hfu/balzac
cd balzac
yarn
rake
rake style
```

# use
```console
rake budo
```
Or upload the contents of the repository to a web server.