Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.3 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.3 KB

The Monkeys

Scrummo Browser Plugin

Join the chat at https://gitter.im/TheMonkeys/Scrummo-Browser-Plugin

A chrome extension to accompany trello.com and adding points!

NOTE

If the board does not immediately show the points for every card, or a total count in the list, please re-load the page. The is a currently known limitation when switching between boards.

Install

To run this in development mode:

  1. Clone the project onto a folder on your computer
  2. Open up Chrome, and go to this URL: chrome://extensions/
  3. Click Load unpacked extension...
  4. Navigate to the folder that you cloned the project into during step 1.
  5. Hit Select.
  6. Done!

Updating Existing Plugin

During development, if a new version becomes available you must follow these steps:

  1. Ensure your local repository is on the master brach.
  2. Update your local repository
  3. Open up Chrome, and in the address bar go to ``chrome://extensions/`
  4. Find "Scrummo", and click on Reload (⌘R)
  5. Done!

##That's all for now!