An open API service indexing awesome lists of open source software.

https://github.com/rafalsep/experience-layer-devtools


https://github.com/rafalsep/experience-layer-devtools

Last synced: over 1 year ago
JSON representation

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.

[![Build Status](https://travis-ci.org/rafalsep/experience-layer-devtools.svg)](https://travis-ci.org/rafalsep/experience-layer-devtools)


content

## 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