Skip to content

Commit

Permalink
Update documentation README.md : Supported -browsers script (#8528)
Browse files Browse the repository at this point in the history
* update readme.md

* update readme

* Update readme
  • Loading branch information
Zeshanxviii authored Sep 13, 2024
1 parent d1bc4c8 commit 8b678bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public/build-meta.json
!.vscode/launch.json
src/supportedBrowsers.ts

# Reason React
# Reason React
/lib/bs/**
.merlin
*.bs.js
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
```sh
npm install
```
#### Run the following command to generate the `supportedBrowsers.ts` file:

```bash
npm run supported-browsers
```
This script just generates regex expression for matching the list of compatible browsers, so that we can show a warning notification for unsupported browsers.

#### 🏃 Run the app in development mode

Expand Down

0 comments on commit 8b678bf

Please sign in to comment.