A simple site about Austin city propositions on the ballot.
- Clone the repo
- Install Ruby:
brew install ruby
- Install bundler:
gem install bundler
- Install the gems from this repo’s bundle:
cd austinprops.city && bundle
- Make changes to the site and run the site locally:
bundle exec jekyll serve
- Visit
localhost:4000
to see the site
- Clone the repo
- Install Docker Compose:
brew install docker-compose
- Make changes to the site and run the site locally:
cd austinprops.city && docker-compose up
- Visit
localhost
to see the site