# 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 dev ```bash yarn dev #or npm run dev #or pnpm dev ``` 4. Open [http://localhost](http://localhost) with your browser to see it. ## Deploy on Vercel The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.