This is the current website for SD Ruby.
This site includes:
- The SD Ruby logo
- Meeting information
- Social links:
- Meetup
- Slack
- Google Groups
- YouTube
The website is built with:
- Sinatra (app)
- HAML (views)
- Bulma (css)
cd Sites/(or wherever you like to store projects locally)git clone git@github.com:sdruby/sdruby2.git
- Switch to Ruby 3.3.7 with the Ruby version manager of your choice (this
should happen automatically from the
.ruby-versionfile) - Bundle your gem dependencies:
bundle install.
- Run
bundle exec foreman start -f Procfile.devto launch the app.