Skip to content

michaelcpuckett/aria-reference-guide

Repository files navigation

Overview

This is designed to be an easy-to-navigate reference guide based on the ARIA 2.1 spec.

This project is a simplified Static Site Generator. react-dom/server is used to render React components into static HTML files. The generated files are then deployed to Firebase Hosting.

Installation

  1. Run npm install

Development

  1. Run npm start
  2. Local server runs at http://localhost:10101

Generate Files and Build

  1. Run npm start
  2. Go to http://localhost:10101/build to generate files in public/
  3. Wait for "done" to appear
  4. Run firebase deploy

Alternative static build command

  1. Run npm run build:static to regenerate public/ without starting the server.
  2. firebase deploy now runs this automatically as a predeploy step.

About

Reference guide for ARIA Roles

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors