Loading...
winget install --id=Reptarsrage.looking-glass -e
Electron application to browse various website content from one app. Built for development practice only.
A client for use with the looking glass service application. Electron application to browse various website content from one app.
⚠ Built for development practice only. ⚠
Install the dependencies with npm
.
cd looking-glass
npm install
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:
npm run dev
Run unit tests using the jest-cli
via npm
scripts:
# unit tests
npm run test
# watch
npm run test --watch
# test coverage
npm run test --coverage
> NOTE: More on the jest-cli
here: https://jestjs.io/docs/en/cli
To package apps for the local platform:
npm run package
npm run release
to run the semver release processgit push --follow-tags origin
Links: