Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hfu/balzac
- Owner: hfu
- License: unlicense
- Created: 2019-06-15T03:48:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:41:14.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T00:50:18.616Z (3 months ago)
- Language: JavaScript
- Homepage: https://hfu.github.io/balzac
- Size: 106 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.