porting gitnew2018/My-OpenPeriscope to electron
based on gitnew2018/My-OpenPeriscope and Pmmlabs/OpenPeriscope NW.js. This project is going to be a major refactor to:
Will drop support for:
Note: Running this requires Git and npm.
# Clone the repository
$ git clone https://github.com/Max104t/eOpenPeriscope.git
# install cordova
$ npm i -g cordova
# Go into the repository
$ cd eOpenPeriscope/app
# Install dependencies
$ npm install
# Run the app
$ cordova run electron --nobuild
$ cordova run browser --target=chrome -- --allow-file-access-from-files --disable-web-security --allow-file-access --allow-cross-origin-auth-prompt --disable-site-isolation-trials
You will also need CORS
proxy for browser
platform. get is from here.
git clone git@github.com:Max104t/bypasscors.git
cd bypasscors
npm install
npm run start