# SoraWebui
## Quick Started
1. Clone project
```bash
git clone git@github.com:SoraWebui/SoraWebui.git
```
2. Install dependencies
cd SoraWebui && yarn
#or
cd SoraWebui && npm install
cd SoraWebui && pnpm install
3. Run it
yarn dev
npm run dev
pnpm dev
4. Open [http://localhost](http://localhost) with your browser to see it.
## Deploy on Vercel
The easiest way to deploy this 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).
Check out [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.