A practical guide for organizing tech meetups and community events, built from thoughtbot's experience running RubyMX, a Ruby meetup in Guadalajara, Mexico.
Live site: https://thoughtbot.github.io/event_organizer_handbook
- GCC
- Make
- Ruby
>= 3.1
- Bridgetown Gem
gem install bridgetown -N
- Node
>= 20
cd event-organizer-handbook
bundle install && npm installLearn more: Bridgetown Getting Started Documentation.
To start your site in development mode, run bin/bridgetown start and navigate to localhost:4000!
# running locally
bin/bridgetown start
# load the site up within a Ruby console (IRB)
bin/bridgetown consoleLearn more: Bridgetown CLI Documentation
The site deploys automatically to GitHub Pages on every push to main via the
.github/workflows/gh-pages.yml workflow. No manual deployment is needed.
We welcome contributions! This handbook is open source, but content changes should align with the editorial guidelines and maintainers have final say over what is merged.
- 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
The handbook content is licensed under CC BY-SA 4.0. The code in this repository is licensed under the MIT License.
Built with Bridgetown, a Ruby-powered static site generator.
This repo is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.
We love open source software! See our other projects. We are available for hire.