mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
.. | ||
assets | ||
src | ||
tools | ||
.eslintrc.js | ||
.gitignore | ||
description.md | ||
grep.sh | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
yarn.lock |
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
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).