You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
692 B
Markdown

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