marcysutton / workshop-a11y-testing

Materials for an accessibility testing workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated Accessibility Testing with Gatsby

Learn to test web applications for accessibility with Gatsby and React.js from Gatsby's Lead Developer Relations Engineer Marcy Sutton.

Presented at:


Note: This repo requires Node.js 12+ and npm to be installed.

  1. Install Gatsby CLI:
npm install -g gatsby-cli
  1. Create a new Gatsby site using this starter
gatsby new test-a11y https://github.com/marcysutton/workshop-a11y-testing
  1. Go into the directory and start the development server
cd test-a11y
gatsby develop

View in a browser: http://localhost:8000

  1. Edit files:

Prerequisites

  1. Have a text editor installed, i.e. VS Code
  2. Have Node.js 12+ and npm installed

About

Materials for an accessibility testing workshop

License:MIT License


Languages

Language:JavaScript 50.4%Language:CSS 49.6%