We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To work on this project, you'll need to do some setup.
Ensure you have the following installed
nodenv install
Clone the repo by navigating to the location on your system where you want the project to live, and running
git clone git@github.com:chanzuckerberg/axe-storybook-testing.git
When that's done, navigate to the project directory
cd axe-storybook-testing
Install the necessary development dependencies with
npm install
Make sure everything is working by running any or all of the following (each command is independent, and can be ran in any order):
npm run demo:storybook
npm run demo
npm run demo:eds
npm run validate
Congrats! You have a fully-functional development setup.