首先安装 npm 依赖项: npm install cp .env.example .env.local Next, 运行开发服务器: npm run dev Next, 运行构建生产服务器: npm run build