WebCatalog helps you turn any website into desktop app (site-specific browser). It allows you to pick your preferred web engine: Google Chrome, Chromium (@vackosar); Firefox (@natermer); Juli (@quanglam2807).
# First, clone the project:
git clone https://github.com/webcatalog/webcatalog.git
cd webcatalog
# install the dependencies
yarn
# Run development mode
yarn electron-dev
# Build for production
yarn dist
# To run all tests
yarn run test