A sample app for demonstrating tools for testing inclusive design.
- Install recommended extensions
- Install npm
- Install dependencies:
npm install
- Authenticate with a development hub:
sfdx force:auth:web:login -a DevHub -d
- Create a scratch org:
sfdx force:org:create -f config/project-scratch-def.json -s -a axe-demo
- Push the code
sfdx force:source:push
- Assign permissions to the current user
sfdx force:user:permset:assign -n JestAxeLwcDemo
- Open the org, on the User List tab
sfdx force:org:open -p lightning/n/UserList
- Follow the Developer guide
- Start the local development server
sfdx force:lightning:lwc:start
- Open the local development server at http://localhost:3333/.