A simple web page to map out my brewery visits.
Combining the data from the geoBeer repo and the geobeer.json file a brewery map can be generated.
Status | Color | Hex Code | Size |
---|---|---|---|
visited | blue | #0047AB | large |
visiting soon | green | #009688 | medium |
brewery | gray | #607D8B | small |
not yet open | DarkOrange | #FF8C00 | small |
You need to have Node.js and npm installed. Type npm install
to install all the needed packages to build the website.
Script to add in the creation of the map website.
npm run refresh
- Get the latest version of the geoBeer repository.npm run breweries
- Script to build a customized list of breweries.npm run build
- Will run the breweries script and the gulp build to create the updated website.npm run fullbuild
- Runs the refresh, breweries and gulp build.npm run start
- Will start the live-server so you can test the map before deployment.