- Install the pre-commit githook:
cp extension/githooks/pre-commit .git/hooks/
cp manifest-template.json manifest.json
npm install -g watchify
cd extension && npm install
cd extension && npm start
- Open
chrome://extensions
- Enable developer mode
- click
Load Unpacked
- Select
autoauto
(root repo directory) in file browser
- Select
- Reload extension (from
chrome://extensions
) - Open background page, check console to make sure you have no errors
cd extension && npm start
- Reload extension (from
chrome://extensions
)
Run cd extension && npm test
Run cd extension && npm run eslint -- --fix
./deploy.sh