The DevTools extension for AtomicState
- from Chrome Web Store;
- or build it with
yarn && yarn build
and load the extension's folder./dist
; - or run it in dev mode with
yarn && yarn dev
and load the extension's folder./dist
.
- from Mozilla Add-ons;
- or build it with
yarn && yarn build
and load the extension's folder./dist
(just select a file from inside the dir). - or run it in dev mode with
yarn && yarn dev
and load the extension's folder./dist
(just select a file from inside the dir).
When installed successfully you will find the AtomicState
tab in you devtools panel:
These devtools works with the dev build of AtomicState.
The glue code that makes these devtools work is stripped out from AtomicState when NODE_ENV=production
,
In order to test the extension locally you could run yarn start:chrome
or yarn start:firefox
in order to spawn a browser with the extension installed.