引入Docker

This commit is contained in:
tangly1024
2022-03-23 14:56:14 +08:00
parent de8a41e943
commit cc3012c999
3 changed files with 35 additions and 0 deletions

View File

@@ -72,6 +72,13 @@
## 快速开发
- 通过Docker体验本地部署
```bash
docker build -t notionnext .
docker run -p 3000:3000 notionnext
```
- 本地安装Nodejs进行开发
```bash
yarn # 安装依赖
yarn run dev # 本地开发