You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@ A Google Chrome developer tools extension for use by [Solidus](https://github.co
2
2
3
3
**Note:** This is still a work in progress, use at your own risk.
4
4
5
+
#Build
6
+
* Clone the repo with
7
+
* Run `npm install` to install dependencies
8
+
* (Optional) Chrome will complain about `.pem` files in some of the dependencies, so you can manually delete `node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws/test/` to prevent Chrome from warning you when you install the extension.
0 commit comments