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

https://github.com/midzer/beerbase

An accessible worldwide open beer database
https://github.com/midzer/beerbase

hugo

Last synced: 10 months ago
JSON representation

An accessible worldwide open beer database

Awesome Lists containing this project

README

          

# beerbase

[Hugo](https://gohugo.io/) website showing breweries with their beers all around the world.

## Preprocessing

Geration of markdown files (`content/breweries`) has been done via https://github.com/midzer/beer2md project.

## Setup

```bash
# Clone this repo
git clone https://github.com/midzer/beerbase.git
# Launch hugo dev environment
hugo serve
# Done! Site is now available at http://localhost:1313/
```