# SoraWebui ## Quick Started 1. Clone project ```bash git clone git@github.com:SoraWebui/SoraWebui.git ``` 2. Install dependencies ```bash cd SoraWebui && yarn #or cd SoraWebui && npm install #or cd SoraWebui && pnpm install ``` 3. Run it ```bash yarn dev #or npm run dev #or pnpm dev ``` 4. Open [http://localhost](http://localhost) with your browser to see it. ![success_deploy.jpg](https://sorawebui.com/success_deploy.jpg) ## Deploy on Vercel [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url%3Dhttps%3A%2F%2Fgithub.com%2FSoraWebui%2FSoraWebui%26project-name%3DSoraWebui%26repository-name%3DSoraWebui%26external-id%3Dhttps%3A%2F%2Fgithub.com%2FSoraWebui%2FSoraWebui%2Ftree%2Fmain)