Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

Nevraeka/interactive-wcag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive WCAG

A filterable and shareable version of the WCAG 2.0 spec.

Contents

  1. Requirements
  2. Installation
  3. Developing

Requirements

Installation

Install Grunt packages

From the root of the site and run npm install.

Developing

Grunt

  • Run grunt to do a one-time compile of all the assets to the dest directory.
  • Run grunt watch while working on the project to compile assets as they're modified.

Local Server

In the second tab run grunt connect and go to:
http://0.0.0.0:8000/

Production

Run a production build to inline the dependent JS and CSS with grunt deploy.

View on Github Pages

http://vigetlabs.github.io/interactive-wcag/

About

A filterable and shareable version of the WCAG 2.0 spec.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.7%
  • CSS 35.3%