Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 874 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 874 Bytes

Focus your mind

1. Information

There are 2 main folders:

  • react: The code developed in react, must be builded and move the build to the extension folder.
  • extension: The code for the service worker (background.js) and the scripts.

2. Installation

  1. Clone, fork or download the code.

  2. Install dependencies in the react folder.

With yarn:

yarn

With npm:

npm install
  1. Build the code and move it to the extension folder:

With yarn:

yarn move

With npm:

npm run move
  1. Follow the Google instructions about how to install the extension locally.

3. Enjoy