A chrome extension to accompany trello.com and adding points!
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.
To run this in development mode:
- Clone the project onto a folder on your computer
- Open up Chrome, and go to this URL:
chrome://extensions/
- Click Load unpacked extension...
- Navigate to the folder that you cloned the project into during step 1.
- Hit Select.
- Done!
During development, if a new version becomes available you must follow these steps:
- Ensure your local repository is on the
master
brach. - Update your local repository
- Open up Chrome, and in the address bar go to ``chrome://extensions/`
- Find "Scrummo", and click on
Reload (⌘R)
- Done!
##That's all for now!