mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
aa727d9329
Yet it still downloads pac-script twice |
||
---|---|---|
.. | ||
assets | ||
src | ||
tools | ||
.eslintrc.js | ||
.gitignore | ||
description.md | ||
grep.sh | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
README.md |
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
For Reviewers
Steps to reproduce the same zip:
npm ci
cd src/extension-common/pages/options/
npm ci
cd -
npm start
# See ./build/extension-full
cd ./build/extension-full
zip -r runet-censorship-bypass-full.zip ./*
Release Instructions
npm run release
vim src/templates-data.js
and bump version.- Commit bumped version.
- Merge development to production (usually after deployment and testing and many patches).