This repo contains the slide deck as well as exercises for the introductory "immersive accessibility" workshop.
All the interactive web exercises can be found in /exercises
, or open index.html to see the list of all of them.
The slide deck is based on mdx-deck -- markdown with React components.
Run npm start
to run the local server and show the deck,
Uses now
for hosting static site. To build, deploy and alias, run:
npm run deploy