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.
- Run
npm install
- Run
npm start - Local server runs at
http://localhost:10001/build
- Run
npm start - Go to
http://localhost:10001/buildto generate files inpublic/ - Wait for "done" to appear
- Run
firebase deploy