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 5ebb87be44 update 9 months ago
messages update 9 months ago
public favicon.ico 9 months ago
src update 9 months ago
.env.production Initial commit 9 months ago
.eslintrc.json Initial commit 9 months ago
.gitignore Initial commit 9 months ago
LICENSE Initial commit 9 months ago
README.md update 9 months ago
global.d.ts Initial commit 9 months ago
next.config.mjs Initial commit 9 months ago
package-lock.json Initial commit 9 months ago
package.json Initial commit 9 months ago
postcss.config.js Initial commit 9 months ago
tailwind.config.ts Initial commit 9 months ago
tsconfig.json Initial commit 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 it
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 this app is to use the Vercel Platform.

Check out Next.js deployment documentation for more details.