Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 720 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (18 loc) · 720 Bytes

Contributing to Edge Translate

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

How to get started

  • Fork the repository and run npm install.
  • Read project document in wiki
  • Read project, select a target in 'next version todo'
  • Start a pull request to EdgeTranslate

develop build

develop build for chrome: npm run dev:chrome

develop build for firefox: npm run dev:firefox

production build

production build for chrome: npm run build:chrome

production build for firefox: npm run build:firefox

pack to .zip file

chrome: npm run pack:chrome

firefox: npm run pack:firefox

Testing

npm run test to run test.