From bd7a0983814bb491ad4773f8adb49f745e7fa6a6 Mon Sep 17 00:00:00 2001 From: tt <1109394634@qq.com> Date: Tue, 20 Feb 2024 20:56:46 +0800 Subject: [PATCH] README --- README.md | 6 ++++++ README.zh-CN.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 README.zh-CN.md 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) 才能正常运行。