Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 573 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 573 Bytes

Don't Break the Internet ❗️

This repo contains the slide deck as well as exercises for the introductory "immersive accessibility" workshop.

Exercises

All the interactive web exercises can be found in /exercises, or open index.html to see the list of all of them.

Working with slides

The slide deck is based on mdx-deck -- markdown with React components.

Run npm start to run the local server and show the deck,

Publishing

Uses now for hosting static site. To build, deploy and alias, run: npm run deploy