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.

38 lines
733 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 dev
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
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.