ITADN
Sanix-Darker/zzollo · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
以下内容由 AI 翻译,如有问题请点此提交 issue 反馈

Zolo

一个专为 Github、GitLab 和 Bitbucket 上的开源项目打造的简单 ReactJs 搜索引擎!


DEMO-VIDEO

SEARCH-ENGINE-LINK

要求

  • yarn/npm || docker
  • create-react-app

克隆仓库

$ git clone https://github.com/Sanix-Darker/zzollo.git && cd zzollo

使用 DOCKER

$ docker build -t zzollo:latest -f ./Dockerfile .
$ docker run -p 3000:80 -it zzollo:latest

## or with the Makefile
$ make docker-build
$ make docker-run

如何安装与运行

您只需运行即可:

$ yarn install
$ yarn start

# Using zolo.sh(this will install all deps, then build and serve)
# this will install globally 'serve' lib.
$ ./zolo.sh

应用程序将在N上运行

http://localhost:3007

如何贡献代码

只需按照以下步骤操作:

  • 提交一个包含你的修复方案/功能添加/改进内容的 issue(非必需,但推荐)。
  • 复制该项目。
  • 为你的功能/更新/修复创建一个分支(请确保该分支已应用最新的 master 分支更新)。
  • 向开发分支发起 Pull Request。
  • 经过审核后,该分支将被合并到项目中。

作者