A Chrome Extension to improve Machine 56
Run the following commands to install dependencies and start developing
yarn install
yarn dev
command | notes |
---|---|
yarn dev |
run webpack in watch mode |
yarn storybook |
runs the Storybook server |
yarn build |
builds the production-ready unpacked extension |
yarn test -u |
runs Jest + updates test snapshots |
yarn lint |
runs EsLint |
yarn prettify |
runs Prettier |
- Run
yarn build
- Open Google Chrome.
- Go to chrome://extensions.
- Enable
Developer Mode
. - Click
Load unpacked
. - Select this repository's
dist
directory.