Chrome extension to make free browsing time more productive.
- Go to chrome://extensions
- Click "Developer Mode" to enable loading unpacked extensions
- Click "Load unpacked extension"
- Select Folder w/ code
- Should immediately load in and you should see the extension icon on the upper right-hand corner
- Install Node + npm (nodejs.org)
- sudo npm install -g babel
- npm install
- npm run es6
- npm run sass
- Fix branches:
fix/<fix-name>
- Feature branches:
feature/<feature-name>
- Merge to
develop
for testing - Pull Request to
master
for tested releases
- Chris Dower - @cdower
- Sarabeth Jaffe - @jaffes2
- Alex Karcher - @alexkarcher
- Ethan Bond - @ethanbond