This is a Next.js project bootstrapped with create-next-app
.
Follow the instuction of https://github.com/nftblackmagic/sdwebui-api-manager
Create a .env file, add NEXT_PUBLIC_API_URL as env var
NEXT_PUBLIC_API_URL=http://0.0.0.0
NEXT_PUBLIC_API_PORT=5001
yarn install
yarn run dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.