Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 582 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 582 Bytes

Styles

The style repository that can be found at brewerwall.com/api/v1/styles. Feel free to fork and use however. If you see a mistake or would like to add any missing styles, submit a pull request with the modifications/additions.

Updating Styles

If you would like to update styles, update styles_master.json. Once the file has been updated run:

./generate

This command will generate a CSV and MYSQL file, along with copying over the master JSON file to another json file. This is merely a bash script that calls a php file, so you must have php available.