runet-censorship-bypass/extensions/chromium/runet-censorship-bypass/README.md
2019-02-24 16:47:27 +00:00

327 B

Install

npm install
cd src/extension-common/pages/options/
npm install
cd -
npm start
use your build/extension-beta

Release

  1. npm run release
  2. vim src/templates-data.js and bump version.
  3. Commit bumped version.
  4. Merge development to production (usually after deployment and testing and many patches).