mirror of https://github.com/Nevysha/Cozy-Nest.git
|
|
||
|---|---|---|
| .. | ||
| chakra | ||
| cozy-prompt | ||
| cozy_extra_network | ||
| extra-network | ||
| image-browser | ||
| main | ||
| settings | ||
| static | ||
| .env | ||
| .env.production | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| CozyNestEventBus.js | ||
| LICENSE | ||
| README.md | ||
| cozy-types.d.ts | ||
| cozy.build.js | ||
| index.html | ||
| main.jsx | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
Cozy Nest Client
f you are looking for the Automatic1111's webui extension, please look HERE. This folder is for non-built source code of Cozy Nest client.
Installation
git clone https://github.com/Nevysha/Cozy-Nest.git
cd Cozy-Nest/cozy-nest-client
npm install
Usage
You need to have Cozy-Nest extension installed on a1111, and a1111 running.
# start a1111 webui server
cd Cozy-Nest/cozy-nest-client
npm run dev
# access client at http://localhost:<vite_port>
Build
cd Cozy-Nest/cozy-nest-client
# check output folder in vite.config.ts. It is hard coded atm.
npm run build