Skip to main content

创建一个新项目

先决条件

要使用 Remotion,您至少需要 Node 16Bun 1.0.3

创建一个新项目

使用 npm 作为包管理器
bash
npx create-video@latest
使用 npm 作为包管理器
bash
npx create-video@latest

选择最适合您的模板。
对于您的第一个项目,我们推荐使用 Hello World 模板。

项目脚手架完成后,我们建议在文本编辑器中打开项目并启动 Remotion Studio

bash
npm start
bash
npm start

在现有项目中安装

想要在现有项目中安装 Remotion 吗?请转到这里:在现有项目中安装