Skip to content

JaysonDeMarchi/machine57

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine 57

A Chrome Extension to improve Machine 56

Getting Started

Run the following commands to install dependencies and start developing

yarn install
yarn dev

Scripts

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

Loading the extension in Google Chrome

  1. Run yarn build
  2. Open Google Chrome.
  3. Go to chrome://extensions.
  4. Enable Developer Mode.
  5. Click Load unpacked.
  6. Select this repository's dist directory.

Built with