Skip to content

Main website for Ruby Learning Central

Notifications You must be signed in to change notification settings

jaredcwhite/website

 
 

Repository files navigation

Ruby Learning Center Website

The main website and frontpage for the Ruby Learning Center, built using Bridgetown.rb.

Table of Contents

Prerequisites

Install

cd website
bundle install && yarn install

Learn more: Bridgetown Getting Started Documentation.

Development

To start your site in development mode, run bin/bridgetown start and navigate to localhost:4000!

Use a theme or add some plugins to get started quickly.

Commands

# running locally
bin/bridgetown start

# build & deploy to production
bin/bridgetown deploy

# load the site up within a Ruby console (IRB)
bin/bridgetown console

Learn more: Bridgetown CLI Documentation

Contributing

If repo is on GitHub:

  1. Fork it
  2. Clone the fork using git clone to your local development machine.
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

About

Main website for Ruby Learning Central

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 43.6%
  • Ruby 21.2%
  • CSS 16.0%
  • SCSS 10.6%
  • HTML 8.6%