runet-censorship-bypass/extensions/chromium/runet-censorship-bypass
2020-10-16 16:01:04 +00:00
..
assets Add asset credits 2017-07-30 23:13:20 +05:00
src Get rid of obfuscated string constants 2020-10-16 16:01:04 +00:00
tools Move common test routines into modules 2017-05-02 11:55:01 -07:00
.eslintrc.js Lint with google and fix a potential bug 2017-02-23 07:56:49 +00:00
.gitignore Add *.swp to gitignore 2017-05-21 15:05:10 -07:00
description.md Replace personal email with a team email, update urls 2018-11-14 19:47:34 +05:00
grep.sh Make grep sensitive again 2019-05-04 12:12:51 -05:00
gulpfile.js Migrate from gulp 3.x to 4.x dirtily 2019-02-24 16:47:27 +00:00
package-lock.json Update gulp and eslint to get rid of some audit errors 2019-08-11 21:20:46 +05:00
package.json Make start command to build for production 2020-10-16 14:07:19 +00:00
README.md Provide more build/install details for reviewers 2020-10-16 14:13:11 +00:00
yarn.lock Add gulp-changed 2017-05-18 21:42:35 +05:00

Install

Tested on:

NodeJS: v14.13.1. NPM: 6.14.8. OS: Linux Mint 20 Xfce Edition.

npm install
cd src/extension-common/pages/options/
npm install
cd -

# For debugging:
npm start 
# Use your build/extension-beta

# For production:
npm start
# Use your build/extension-full or build/extension-mini

Release Instructions

  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).