/mindpatterns

HTML Accessibility Pattern Examples

Primary LanguageHTMLMIT LicenseMIT

eBay MIND Patterns - Accessibility Patterns for the Web

NOTE: Internet Explorer is no longer supported.

Local Development

This project uses Bundler to ensure our local Jekyll environment matches the GitHub Pages Jekyll environment.

  1. To install Bundler, please refer to this short Requirements section over on GitHub Help (you can skip all the other steps on that page and come back here)
  2. Clone this project to your local environment, e.g. git clone https://github.com/eBay/mindpatterns.git
  3. In your terminal window, change into the project directory you just cloned
  4. Notice the project directory contains a Gemfile. It will be used by Bundler in the next step.
  5. Run bundle install this will install Jekyll and other dependencies from the GitHub Pages gem
  6. Run npm install to install all devDependencies
  7. Run npm start to build and run site
  8. Browser will automatically open at localhost:3000
  9. Browser will automatically reload when local HTML, JS or CSS assets are modified

People

The original author and current lead maintainer of MIND Patterns is Ian McBurnie.

License

Copyright (c) 2015 eBay Inc.

Use of this source code is governed by a MIT-style license that can be found in the LICENSE file or at https://opensource.org/licenses/MIT.