remusao / broxy

Your Privacy Bro!
1 stars 1 forks source link

Broxy

Quickstart

  1. Package cliqz/navigation-extension built with node config:
    • Clone navigation-extension and run npm install
    • Build navigation-extension output files:
      • ./fern.js install && ./fern.js build configs/node.json --environment=production
    • Package:
      • npm pack
    • Copy the package into broxy directory:
      • cp browser-core* ../broxy
  2. Install dependencies using yarn:
    • yarn install
  3. Build the app
    • yarn run build
    • or in development to watch file change
      • yarn run watch
  4. Run the app:
    • yarn start