Skip to content

Latest commit

 

History

History
executable file
·
24 lines (17 loc) · 1.21 KB

README.md

File metadata and controls

executable file
·
24 lines (17 loc) · 1.21 KB

WebCatalog License: MPL 2.0 Travis Build Status Build status

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).

WebCatalog for macOS

Development

# 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