jaredcwhite / website

Main website for Ruby Learning Central

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 43.6%Language:Ruby 21.2%Language:CSS 16.0%Language:SCSS 10.6%Language:HTML 8.6%