mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2025-11-11 21:35:39 +03:00
| .. | ||
| assets | ||
| src | ||
| tools | ||
| .eslintrc.js | ||
| .gitignore | ||
| description.md | ||
| grep.sh | ||
| gulpfile.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Install
Tested on:
NodeJS: v16.1.0. NPM: 7.11.2. 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
For Reviewers
See ./src/extension-common/FOR_REVIEWERS.md.
Release Instructions
npm run releasevim src/templates-data.jsand bump version.- Commit bumped version.
- Merge development to production (usually after deployment and testing and many patches).