/a11y-and-ci

Slides for my talk on accessibility and CI

Primary LanguageJavaScriptMIT LicenseMIT

Automating Peace of Mind with Accessibility Testing and CI

A presentation on web accessibility and continuous integration testing

By Marcy Sutton, Senior Front-end Engineer at Deque Systems

##Presenting at:

  • GOTO Chicago
  • A11y Chicago
  • Fluent

Slide URL: http://marcysutton.github.io/a11y-and-ci

Installation

Full setup

Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.

  1. Install Node.js

  2. Install Grunt

  3. Clone the repository

    $ git clone https://github.com/marcysutton/a11y-and-ci.git
  4. Navigate to the project folder

    $ cd reveal.js
  5. Install dependencies

    $ npm install
  6. Serve the presentation and monitor source files for changes

    $ grunt serve
  7. Open http://localhost:8000 to view your presentation

    You can change the port by using grunt serve --port 8001.

License

MIT licensed

Copyright (C) 2017 Marcy Sutton, http://marcysutton.com