From d055282bb7236b95ed9f83077c57d22079ce405e Mon Sep 17 00:00:00 2001 From: Fraser Steel <81355664+f-steel@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:12:35 +0000 Subject: [PATCH] feat(readme): update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9813ffb..1339889 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ 1. Clone the project: `git clone https://github.com/AirWalk-Digital/airview-next` 2. in VScode - "Open in Container" using remote containers [remote containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) 3. Add required .env, github-app-private-key.pem, sharepoint-app-private-key.pem & .npmrc - 3.1 Access to aws portal is required to get the access keys (.pem) + 3.1 Access to aws portal is required to get the access keys from Secrets manger (.pem) 4. Install dependencies: `npm i` 5. Run the dev server: `npm run dev` 6. Run storybook: `npm run storybook`