This is an accessibility workshop that explains how to build an accessible button from scratch! It tries to stay as close to native HTML as it can, so you can apply what you learn to other frameworks, although it does try to make the experience nicer with the use of Vue.js and SASS on Vite for snappy feedback. Jest is used for checking your progress and verifying that you're following the workshop correctly.
- Clone the code to your local machine.
- Run
npm install
to install dependencies. - Run
npm start
to start Vite, then access the workshop at http://localhost:3000.