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
- Host: GitHub
- URL: https://github.com/threesquared/hollyben.wedding
- Owner: threesquared
- License: other
- Created: 2020-03-10T14:32:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T22:35:03.000Z (over 1 year ago)
- Last Synced: 2025-02-14T23:18:34.153Z (over 1 year ago)
- Language: SCSS
- Homepage: https://hollyben.wedding
- Size: 21.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```