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 [email protected]:sdruby/sdruby2.git
- Switch to Ruby 3.3.6 with the Ruby version manager of your choice (this
should happen automatically from the
.ruby-version
file) - Bundle your gem dependencies:
bundle install
.
- Run
bundle exec foreman start -f Procfile.dev
to launch the app.