This repo contains the source code for the canonical site located at https://gems.bridgetownrb.com.
Note
When you clone this repo, you should have gems already built and available in the various pkg folders within the gem folders listed in `src/_data/load_gems.yml.
cd gems-index
bundle install && npm install# running locally
bin/bridgetown start
# build & deploy to production
bin/bridgetown deploy
# load the site up within a Ruby console (IRB)
bin/bridgetown consoleLearn more: Bridgetown CLI Documentation
- Fork it
- Clone the fork using
git cloneto your local development machine. - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request