Skip to content

Commit

Permalink
Merge pull request #55 from AirWalk-Digital/beta-readme-changes
Browse files Browse the repository at this point in the history
Adding changes to readme and recommended extensions
  • Loading branch information
rob-at-airwalk authored Jul 24, 2024
2 parents 59ece00 + 979dd20 commit b04bf96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"yoavbls.pretty-ts-errors",
"ms-playwright.playwright",
"github.vscode-github-actions",
"lokalise.i18n-ally"
"lokalise.i18n-ally",
"ms-vscode-remote.remote-containers"
]
}
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
## Getting Started

1. Clone the project: `git clone https://github.com/AirWalk-Digital/airview-next`
2. in VScode - "Open in Container" using remote containers.
3. Install dependencies: `npm i`
4. Run the dev server: `npm run dev`
5. Run storybook: `npm run storybook`
2. in VScode - "Open in Container" using remote containers [remote containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
2.1 Run `docker run -d --name redis -p 6379:6379 -p 8001:8001 redis/redis-stack:latest` to start redis container
3. Add required .env (see .env.example for content), github-app-private-key.pem, sharepoint-app-private-key.pem & .npmrc
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`

### ✍️ Writing JSX

Expand Down

0 comments on commit b04bf96

Please sign in to comment.