init: basic structure

This commit is contained in:
YunYouJun
2022-04-13 22:41:22 +08:00
parent f77549b1cd
commit c355d51874
50 changed files with 7682 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# Cook
> 好的,今天我们来做菜
- 网站链接:[cook.yyj.moe](https://cook.yyj.moe)
- 备用:[cook.yunyoujun.cn](https://cook.yunyoujun.cn)
## 参与开发
```bash
# install dependencies
pnpm install
# start
pnpm dev
# http://localhost:3333
```