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.
740 B
740 B
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.