Skip to content

cocadepoma/ext-chrome-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published