Skip to content

bubakazouba/autoauto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  • 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

Load extension (1 time process)

  • cd extension && npm start
  • Open chrome://extensions
  • Enable developer mode
  • click Load Unpacked
    • Select autoauto (root repo directory) in file browser
  • Reload extension (from chrome://extensions)
  • Open background page, check console to make sure you have no errors

Development

  • cd extension && npm start
  • Reload extension (from chrome://extensions)

Tests

Run cd extension && npm test

Linting

Run cd extension && npm run eslint -- --fix

Deploy

./deploy.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published