A chrome extension to help facilitate standup meetings in Jira.
- Clone this repo.
- Run
npm install && npm run build
- Open
chrome://extensions/
in Chrome. - Enable developer mode.
- Click on the "Load unpacked" button.
- Select the folder where this repo was cloned to.
- Go to the Releases page.
- Find the latest release and download the
build.zip
file. - Unzip that file.
- Open
chrome://extensions/
in Chrome. - Enable developer mode.
- Click on the "Load unpacked" button.
- Select the unzipped
standup
folder.
- Run
git checkout main && git pull && rm -rf node_modules && npm install && npm run build
- Running the above command should be sufficient, but if that does not work, try opening
chrome://extensions/
in Chrome, and reloading the extension.
- Go to the Releases page.
- Find the latest release and download the
build.zip
file. - Unzip that file and replace your existing
standup
folder with the unzippedstandup
folder. - Following the above steps should be sufficient, but if that does not work, try opening
chrome://extensions/
in Chrome, and reloading the extension.