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.
728c1569f9 | 9 months ago | |
---|---|---|
messages | 9 months ago | |
public | 9 months ago | |
src | 9 months ago | |
.env.production | 9 months ago | |
.eslintrc.json | 9 months ago | |
.gitignore | 9 months ago | |
LICENSE | 9 months ago | |
README.md | 9 months ago | |
global.d.ts | 9 months ago | |
next.config.mjs | 9 months ago | |
package-lock.json | 9 months ago | |
package.json | 9 months ago | |
postcss.config.js | 9 months ago | |
tailwind.config.ts | 9 months ago | |
tsconfig.json | 9 months ago |
README.md
SoraWebui
Quick Started
- Clone project
git clone git@github.com:SoraWebui/SoraWebui.git
- Install dependencies
cd SoraWebui && yarn
#or
cd SoraWebui && npm install
#or
cd SoraWebui && pnpm install
- Run it
yarn dev
#or
npm run dev
#or
pnpm dev
- 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.