Skip to content

sgregson/practical-a11y

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practical Web Accessibility

Title Slide

See the latest presentation at https://practical-a11y.now.sh

The Repository

Initially generated with mdx-deck's npm init deck command.

Requirements

  • NodeJS
  • Yarn

Development

To run the presentation deck in development mode:

yarn start

Edit the deck.mdx file to get started.

Deployment

If you're me, deploy with:

yarn deploy

Exporting

To build the presentation deck as static HTML:

yarn build

To export a PDF:

yarn pdf

To export an image of the title slide:

yarn image

For more documentation see the mdx-deck repo.