Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.53 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.53 KB

Rodney Lab sveltekit-accessibility-testing Github banner

Rodney Lab logo

SvelteKit Accessibility Testing

sveltekit-accessibility-testing

Open in StackBlitz

Example code for adding automated accessibility testing to your SvelteKit app. The code accompanies the post on SvelteKit accessibility testing. If you have any questions, please drop a comment at the bottom of that page.

Building and previewing the site

If you're seeing this, you've probably already done this step. Congrats!

git clone https://github.com/rodneylab/sveltekit-accessibility-testing.git
cd sveltekit-accessibility-testing
pnpm install # or npm install
pnpm run dev

Building

pnpm run build

You can preview the built app with pnpm run preview, regardless of whether you installed an adapter. This should not be used to serve your app in production.

Feel free to jump into the Rodney Lab matrix chat room.