SureEnough / webcatalog-app

Official WebCatalog app.

Home Page:https://webcatalog.io/webcatalog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebCatalog License: MPL 2.0

macOS
macOS
Windows
Windows
Linux (x64) Linux (arm64)
Linux (x64) Linux (arm64)

WebCatalog - Turn Websites into Desktop Apps.

master branch only includes the source code of WebCatalog 13 and above. For older versions, check out the legacy- branches.


Licensing

Usage

WebCatalog is a commercial product. Learn more about our pricing.

Source Code

On the other hand, the source code is freely available for use, modification and distribution under the permissions, limitations and conditions listed in the Mozilla Public License 2.0.


Development

This repository only contains the source code of the WebCatalog app. If you'd like to contribute to Neutron, the core that powers the apps created with WebCatalog, check out https://github.com/webcatalog/webcatalog-engine.

For the app to be fully functional, set these environment variables:

REACT_APP_AMPLITUDE_API_KEY=
REACT_APP_ELASTIC_CLOUD_APP_SEARCH_SEARCH_KEY=
REACT_APP_ELASTIC_CLOUD_APP_SEARCH_API_ENDPOINT=
REACT_APP_ELASTIC_CLOUD_APP_SEARCH_ENGINE_NAME=
REACT_APP_FIREBASE_API_KEY=
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_APP_ID=
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
ELECTRON_APP_SENTRY_DSN=

Then, run:

# clone the project:
git clone https://github.com/webcatalog/webcatalog-app.git
cd webcatalog-app

# install the dependencies
yarn

# run the app
yarn electron-dev

# Build for production
yarn dist

About

Official WebCatalog app.

https://webcatalog.io/webcatalog/

License:Mozilla Public License 2.0


Languages

Language:JavaScript 99.5%Language:Shell 0.4%Language:CSS 0.1%Language:HTML 0.1%