jdanlewis / a11y-crash-course

Accessibility Crash Course for Web Developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessibility Crash Course for Web Developers

This repository contains a presentation for a crash course in web accessibility for web developers.

Setup

  1. Install Node.js (1.0.0 or later)

  2. Clone the repository

    $ git clone https://github.com/jdanlewis/a11y-intro.git
    
  3. Navigate to the repository folder

    $ cd a11y-intro
    
  4. Install dependencies

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

    $ npm start
    
  6. Open http://localhost:8000 to view your presentation

    You can change the port by using npm start -- --port 8001.

License

Accessibility Crash Course for Web Developers Copyright (C) 2016 Dan Lewis

reveal.js Copyright (C) 2016 Hakim El Hattab, http://hakim.se

reveal-a11y Copyright (C) 2015 Marcy Sutton, http://marcysutton.com

MIT licensed

About

Accessibility Crash Course for Web Developers

License:Other


Languages

Language:JavaScript 48.2%Language:CSS 35.3%Language:HTML 16.5%