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.
 
 
tt c1779ff868 update README.md 9 months ago
messages Sora init 9 months ago
public Sora init 9 months ago
src Sora init 9 months ago
.env.production next-intl多语言 9 months ago
.eslintrc.json Initial commit from Create Next App 9 months ago
.gitignore Initial commit from Create Next App 9 months ago
README.md update README.md 9 months ago
global.d.ts next-intl多语言 9 months ago
next.config.mjs next-intl多语言 9 months ago
package-lock.json Initial commit from Create Next App 9 months ago
package.json Sora init 9 months ago
postcss.config.js Initial commit from Create Next App 9 months ago
tailwind.config.ts next-intl多语言 9 months ago
tsconfig.json next-intl多语言 9 months ago

README.md

SoraWebui

Quick Started

  1. Clone project
git clone git@github.com:SoraWebui/SoraWebui.git
  1. install dependencies
cd SoraWebui && yarn
#or
cd SoraWebui && npm install
#or
cd SoraWebui && pnpm install
  1. run dev
yarn dev
#or
npm run dev
#or
pnpm dev
  1. Open 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 from the creators of Next.js.

Check out our Next.js deployment documentation for more details.