Skip to content

henryclw/cook

 
 

Repository files navigation

Cook

好的,今天我们来做菜 🥬

This is a purely Chinese project, because the content of its recipes is completely oriented towards Chinese, so the relevant content is given priority in Chinese.

参考

说明

本项目初衷是方便特殊时期隔离在家而材料有限的小伙伴,因此菜谱材料会尽量限制在特定范围内。

更多可参见 来做菜 | 关于

欢迎反馈更多菜谱数据:

Features

本项目支持 PWA,使用浏览器打开时,可将其添加到主屏幕以获得近原生 APP 的体验。

开发

# install dependencies
pnpm install

# convert csv to json
# automatically executed when postinstall
pnpm convert

# start
pnpm dev
# http://localhost:3333

部署

Docker

# 从 Docker Hub 拉取最新的镜像
docker pull yunyoujun/cook:latest
# 新建并启动容器,然后打开 http://localhost:3333
docker run -it -d --name cook -p 8080:80 yunyoujun/cook:latest

# 启动与停止
docker start cook
docker stop cook

致谢

感谢以下小伙伴为本项目提供的数据支持和 QA !

  • Runny
  • 山竹太凉
  • leo
  • 麒麟
  • 晴方啾
  • 课代表阿伟

感谢至今以来的所有赞助者们!因为你们的支持让我更有动力去做各种尝试。

About

🍲 好的,今天我们来做菜!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 45.6%
  • Vue 44.5%
  • SCSS 6.9%
  • HTML 2.5%
  • Dockerfile 0.5%