diff --git a/README.md b/README.md index 226dfcf..0b135a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # SoraWebui A browser interface for OpenAI Sora, generate text-to-video simply. +
+ +English | [简体中文](https://github.com/SoraWebui/SoraWebui/blob/main/README.zh-CN.md) + +
+ ## Quick Started ### Deploy on Vercel diff --git a/README.zh-CN.md b/README.zh-CN.md new file mode 100644 index 0000000..62c9b7b --- /dev/null +++ b/README.zh-CN.md @@ -0,0 +1,46 @@ +# SoraWebui +OpenAI Sora 的浏览器界面,可轻松生成文本到视频。 + +
+ +[English](https://github.com/SoraWebui/SoraWebui/blob/main/README.md) | 简体中文 + +
+ +## 快速开始 + +### 在 Vercel 上部署 +[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FSoraWebui%2FSoraWebui&project-name=SoraWebui&repository-name=SoraWebui&external-id=https%3A%2F%2Fgithub.com%2FSoraWebui%2FSoraWebui%2Ftree%2Fmain) + +### 1. 克隆项目 + +```bash +git clone git@github.com:SoraWebui/SoraWebui.git +``` + +### 2. 安装依赖 + +```bash +cd SoraWebui && yarn +#or +cd SoraWebui && npm install +#or +cd SoraWebui && pnpm install +``` + +### 3. 运行 + +```bash +yarn dev +#or +npm run dev +#or +pnpm dev +``` + +### 4. 在浏览器打开 [http://localhost](http://localhost) +![success_deploy.jpg](https://sorawebui.com/success_deploy.jpg) + + +### 注意 +SoraWebui 需要 [FakeSoraAPI](https://github.com/SoraWebui/FakeSoraAPI) 才能正常运行。