# 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) 才能正常运行。