Skip to content

kwruby/kwruby.ca

Repository files navigation

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