Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 299 Bytes

File metadata and controls

17 lines (14 loc) · 299 Bytes

color-speak

Demo application to show accessibility features in web apps

build

You can optionally build to get local changes to refresh using gulp and browser-sync

  1. Install node.js: http://nodejs.org
  2. Install gulp
npm install -g gulp
npm install
  1. Run gulp to build
gulp