Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webcatalog/webcatalog-legacy
Legacy code of the WebCatalog app.
https://github.com/webcatalog/webcatalog-legacy
browser electron hacktoberfest linux mac productivity react web windows
Last synced: 3 months ago
JSON representation
Legacy code of the WebCatalog app.
- Host: GitHub
- URL: https://github.com/webcatalog/webcatalog-legacy
- Owner: webcatalog
- License: mpl-2.0
- Archived: true
- Created: 2018-02-28T00:23:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T07:07:18.000Z (over 2 years ago)
- Last Synced: 2024-04-09T21:18:37.682Z (7 months ago)
- Topics: browser, electron, hacktoberfest, linux, mac, productivity, react, web, windows
- Language: JavaScript
- Homepage: https://webcatalog.io/webcatalog/
- Size: 171 MB
- Stars: 533
- Watchers: 21
- Forks: 90
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebCatalog [![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](LICENSE)
## Archived
This repository is archived. To help us better improve the product and protect our intellectual assets, WebCatalog app's development has been moved to a closed source code base.## Introduction
|macOS|
|---|
|[![macOS](https://github.com/webcatalog/webcatalog-app/workflows/macOS/badge.svg)](https://github.com/webcatalog/webcatalog-app/actions?query=workflow:%22macOS%22)||Windows|
|---|
|[![Windows](https://github.com/webcatalog/webcatalog-app/workflows/Windows/badge.svg)](https://github.com/webcatalog/webcatalog-app/actions?query=workflow:%22Windows%22)||Linux (x64)|Linux (arm64)|
|---|---|
|[![Linux (x64)](https://github.com/webcatalog/webcatalog-app/workflows/Linux%20(x64)/badge.svg)](https://github.com/webcatalog/webcatalog-app/actions?query=workflow%3A%22Linux+%28x64%29%22)|[![Linux (arm64)](https://github.com/webcatalog/webcatalog-app/workflows/Linux%20(arm64)/badge.svg)](https://github.com/webcatalog/webcatalog-app/actions?query=workflow%3A%22Linux+%28arm64%29%22)|**[WebCatalog](https://webcatalog.io/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](https://webcatalog.io/webcatalog/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](LICENSE).---
## Development
This repository only contains the source code of the WebCatalog app. For the source code of the core that powers the apps created with WebCatalog, check out .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=
ELECTRON_APP_SENTRY_DSN=
```Then, run:
```bash
# 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
```