Skip to content

marcysutton/mobile-a11y

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Mobile Web Accessibility for Developers http://marcysutton.github.io/mobile-a11y/

By Marcy Sutton
Accessibility Engineer at Adobe
twitter: @marcysutton

##Presented at:

  • Open Web Camp 2015
  • Seattle JS

Installation

Should you want to run this presentation from source for some reason, the full setup gives you access to all reveal.js features and plugins such as speaker notes as well as the development tasks needed to make changes to the source.

Building from source locally

Some reveal.js features 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 reveal.js repository

$ git clone git@github.com:marcysutton/mobile-a11y.git
  1. Navigate to the reveal.js folder
$ cd mobile-a11y
  1. Install dependencies
$ npm install
  1. Serve the presentation and monitor source files for changes
$ grunt serve
  1. Open http://localhost:8000 to view your presentation

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

About

Slides for talks on mobile web accessibility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published