Vercel + Notion 本地部署
Vercel + Notion 本地部署

Vercel + Notion 本地部署

下载

git clone https://github.com/transitive-bullshit/nextjs-notion-starter-kit.git

安装 nodejs

对于 nodejs 的版本,具体什么版本范围合适,我不太清楚,但我使用的下面两个版本在本地启动项目时出现了下面结果:
  • 正确:node 14.15.5
  • 报错:node 16.14.0
 

启动

npm install npm run dev
如果在启动时出现了问题,建议看看这篇 Npm install showing error · Issue #195