mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
645 B
645 B
Install
Nodejs 10 and gulp have issues, use nodejs 8 instead for a while.
npm install
cd src/extension-common/pages/options/
npm install
cd -
npm start
use your build/extension-beta
Release
vim src/extension-common/pages/options/src/components/App.js
- Change github link there.
npm run release
- Change
App.js
back to original:git checkout src/extension-common/pages/options/src/components/App.js
vim src/templates-data.js
and bump version.- Commit bumped version.
- Merge development to production (usually after deployment and testing and many patches).