mirror of
https://github.com/Gar-b-age/CookLikeHOC.git
synced 2026-06-28 00:24:21 +00:00
106 lines
3.0 KiB
Markdown
106 lines
3.0 KiB
Markdown

|
|
|
|
# 像老乡鸡那样做饭
|
|
|
|
[**一些说明**](https://github.com/Gar-b-age/CookLikeHOC/issues/26)
|
|
|
|
仓库主体部分于2024年完工,和2025年9月份的舆论事件无关。截止提交时,仓库的贡献者们与老乡鸡的唯一关系只有消费者和商家的关系。本仓库不是老乡鸡的官方仓库。如果有任何问题或意见建议,欢迎指出
|
|
|
|
## 新更新
|
|
|
|
- 欢迎大家来贡献实拍图
|
|
|
|
- 现已上线网页端,[点击访问](https://cooklikehoc.soilzhu.su)
|
|
|
|
- Run with Docker? Check it out [here](https://github.com/Gar-b-age/CookLikeHOC/tree/main/docker_support), supported by [@honestAnt](https://github.com/honestAnt) in [PR #141](https://github.com/Gar-b-age/CookLikeHOC/pull/141)
|
|
|
|
- AI 绘制的手绘图版及AI配图流程版网页: [点击访问](https://ai.cooklikehoc.soilzhu.su), 手绘图由 [@liucongg](https://github.com/liucongg) 贡献,见 [PR #143](https://github.com/Gar-b-age/CookLikeHOC/pull/143)
|
|
|
|
---
|
|
|
|
[](https://t.me/cooklikehoc)
|
|
|
|
《老乡鸡菜品溯源报告》中公布的所有菜品已经全部录入完,欢迎大家查阅和补充。
|
|
|
|
文字超大段copy自[《老乡鸡菜品溯源报告》](https://www.lxjchina.com.cn/display.asp?id=4226),有编辑与整理
|
|
|
|
指路隔壁 [How To Cook](https://cook.aiursoft.cn/)
|
|
|
|
至于为什么仓库名要叫CookLikeHOC,因为直接写Laoxiangji大概不方便阅读,而Home Original Chicken是china daily报道中所使用的老乡鸡的英文名,故简写成HOC。
|
|
|
|
|
|
## 本地开发
|
|
|
|
### 前置依赖
|
|
|
|
在开始之前,请确保你的开发环境中安装了 [Node.js](https://nodejs.org/) (推荐 v18.x 或更高版本)。
|
|
|
|
- **Windows:**
|
|
|
|
可以从 [Node.js 官网](https://nodejs.org/en/download/) 下载安装包进行安装。
|
|
或者使用包管理器 [Chocolatey](https://chocolatey.org/):
|
|
```bash
|
|
choco install nodejs
|
|
```
|
|
|
|
- **macOS:**
|
|
|
|
可以从 [Node.js 官网](https://nodejs.org/en/download/) 下载安装包进行安装。
|
|
或者使用包管理器 [Homebrew](https://brew.sh/):
|
|
```bash
|
|
brew install node
|
|
```
|
|
|
|
- **Linux:**
|
|
|
|
对于 Debian/Ubuntu 系统,可以使用 [NodeSource](https://github.com/nodesource/distributions) 来安装:
|
|
```bash
|
|
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
|
sudo apt-get install -y nodejs
|
|
```
|
|
|
|
对于 RHEL/CentOS 系统:
|
|
```bash
|
|
curl -fsSL https://rpm.nodesource.com/setup_18.x | sudo bash -
|
|
sudo yum install -y nodejs
|
|
```
|
|
|
|
### 启动项目
|
|
|
|
1. 克隆代码仓库
|
|
|
|
```bash
|
|
git clone https://github.com/Gar-b-age/CookLikeHOC.git
|
|
```
|
|
|
|
2. 进入项目目录
|
|
|
|
```bash
|
|
cd CookLikeHOC
|
|
```
|
|
|
|
3. 安装依赖
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
4. 运行
|
|
|
|
```bash
|
|
npm run docs:dev
|
|
```
|
|
|
|
然后打开浏览器,访问 http://localhost:5173/ 即可。
|
|
|
|
## Contributor
|
|
|
|

|
|
|
|
## Logo
|
|

|
|
|
|
## Star History
|
|
|
|
[](https://star-history.com/#Gar-b-age/CookLikeHOC&Date)
|