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

https://github.com/threesquared/hollyben.wedding

What happens in Vegas is legally binding
https://github.com/threesquared/hollyben.wedding

Last synced: 5 months ago
JSON representation

What happens in Vegas is legally binding

Awesome Lists containing this project

README

          

# hollyben.wedding

> What happens in Vegas is legally binding

## Start

```bash
bundle install
bundle exec jekyll serve
```

Or with Docker:

```bash
docker run --rm -it -v $(pwd):/srv/jekyll -p 4000:4000 jekyll/jekyll jekyll serve
```