https://github.com/rafalsep/experience-layer-devtools
https://github.com/rafalsep/experience-layer-devtools
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafalsep/experience-layer-devtools
- Owner: rafalsep
- License: mit
- Created: 2022-10-24T14:58:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T08:28:29.000Z (about 2 years ago)
- Last Synced: 2024-06-17T09:55:05.980Z (about 2 years ago)
- Language: JavaScript
- Size: 1.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Experience Layer Dev Tools
###### Chrome Devtools extension that monitors network traffic and displays the GraphQL request information in formatted and coloured output.
[](https://travis-ci.org/rafalsep/experience-layer-devtools)
## Install from chrome web store
https://chrome.google.com/webstore/detail/experience-layer-devtools/amdpaddjomijpihlfgmecfknjmdloplf
## Panel Development
Use storybook for local panel development
```
npm run storybook
```
Build local version in hmr mode using
```
npm start
```
## Author
Rafal Szczepankiewicz