Skip to content

amorriscode/merit

Repository files navigation

merit

A Chrome Extension that helps keep you productive. Earn credits when you're focused and spend them when you need a break.

Getting started

Install the dependencies.

yarn install

To build the extension, and rebuild it when the files are changed, run

yarn start

After the project has been built, a directory named dist has been created. You have to add this directory to your Chrome browser:

  1. Open Chrome.
  2. Navigate to chrome://extensions.
  3. Enable Developer mode.
  4. Click Load unpacked.
  5. Select the dist directory.