https://github.com/sgregson/practical-a11y
Learn what you need to know to learn more
https://github.com/sgregson/practical-a11y
accessibility automated-testing html mdx-deck presentation-deck reactjs
Last synced: 2 months ago
JSON representation
Learn what you need to know to learn more
- Host: GitHub
- URL: https://github.com/sgregson/practical-a11y
- Owner: sgregson
- Created: 2019-01-24T16:55:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T18:04:17.000Z (about 5 years ago)
- Last Synced: 2025-03-20T07:41:42.894Z (7 months ago)
- Topics: accessibility, automated-testing, html, mdx-deck, presentation-deck, reactjs
- Language: JavaScript
- Homepage: https://practical-a11y.now.sh/
- Size: 4.13 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Practical Web Accessibility

See the latest presentation at [https://practical-a11y.now.sh](practical-a11y.now.sh)
- I presented [this Version](https://boston-php-practical-a11y-iou3vcg5g.now.sh/) at the [BostonPHP Meetup](https://meetup.com/bostonphp/events/257725112/) Jan 23, 2019.
- I presented [this version](https://bos-reactjs-practical-a11y.now.sh/) at [ReactJS Boston](https://www.meetup.com/ReactJS-Boston/events/259015987) meetup Feb 27, 2019.## The Repository
Initially generated with [mdx-deck][]'s `npm init deck` command.
### Requirements
- NodeJS
- Yarn### Development
To run the presentation deck in development mode:
```sh
yarn start
```Edit the [`deck.mdx`](deck.mdx) file to get started.
### Deployment
If you're me, deploy with:
```sh
yarn deploy
```### Exporting
To build the presentation deck as static HTML:
```sh
yarn build
```To export a PDF:
```sh
yarn pdf
```To export an image of the title slide:
```sh
yarn image
```For more documentation see the [mdx-deck][] repo.
[mdx-deck]: https://github.com/jxnblk/mdx-deck