Skip to content

Commit 7cc1044

Browse files
authored
Update CONTRIBUTING.md
1 parent 9ec6565 commit 7cc1044

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,14 @@ This is a monorepo containing several packages:
3636
pnpm build
3737
```
3838

39-
3. **Development Mode**
39+
3. **Testing React Scan**
4040
```bash
41-
# Run all packages in dev mode
42-
pnpm dev
41+
cd packages/scan
42+
pnpm build:copy
4343
```
44+
- This will build the package and then copy it to your clipboard as an IIFE (immedietely invoked function expression). This will allow you to paste it into the browser console to test it on any website
45+
46+
https://github.com/user-attachments/assets/f279e664-479f-4e39-bff4-1bbfee30af22
4447

4548
## Contributing Guidelines
4649

0 commit comments

Comments
 (0)