From b9f3e3ef3f37ab0a106b1b6d7cbc6c6103ab416b Mon Sep 17 00:00:00 2001 From: Maiken Date: Wed, 27 Nov 2024 14:23:34 +0100 Subject: [PATCH] Update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1906ddb..093e115 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ With just two targeted tests, we aim to address many of the common a11y pitfalls ensuring that developers prioritize accessibility in every stage of the development process. The Aria snapshot ensures correct structure on the page while Axe analyze checks common problems +## Running the app + +```shell +npm install +npm start +``` + ## Running tests ```shell