kwruby / kwruby.ca

Website for KW Ruby developers

Home Page:https://kwruby.ca/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kwruby.ca website

Development

To run the site locally you will need Ruby and Bundler installed.

Then execute the following:

  1. bundle install
  2. bundle exec middleman server
  3. and follow the instructions for connecting

Testing

  1. bundle install
  2. bundle exec rspec

Code quality

  1. bundle install
  2. bundle exec rubocop -F for ruby code checking
  3. bundle exec sccss-lint for css/scss code checking

Build for deployment

  1. bundle install
  2. bundle exec middleman build
  3. Results in build

Backlog

Icebox

  • trace the logo into an SVG file

Sites for Inspiration

About

Website for KW Ruby developers

https://kwruby.ca/


Languages

Language:Ruby 54.9%Language:Haml 36.1%Language:SCSS 8.9%