webcatalog legacy
v41.4.0
該存儲庫已存檔。為了幫助我們更好地改善產品並保護我們的智力資產,WebCatalog應用程序的開發已移至封閉的源代碼庫。
| macos |
|---|
| 視窗 |
|---|
| Linux(x64) | Linux(ARM64) |
|---|---|
WebCatalog-將網站變成桌面應用程序。
主分支僅包括WebCatalog 13及以上的源代碼。對於較舊的版本,請查看舊版分支。
WebCatalog是一種商業產品。了解有關我們定價的更多信息。
另一方面,根據Mozilla公共許可證2.0中列出的權限,限制和條件,可以免費使用,修改和分發源代碼。
該存儲庫僅包含WebCatalog應用程序的源代碼。有關使用WebCatalog創建的應用程序的核心源代碼,請查看https://github.com/webcatalog/neutron。
為了使應用程序充分發揮功能,請設置以下環境變量:
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=
然後,運行:
# 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