Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 1.05 KB

README.md

File metadata and controls

77 lines (53 loc) · 1.05 KB

License

Vocker

Docker client visual operation panel developed based on Nuxt stacks powered by AI

License

✨Quickstart✨

🤤 You can run the command locally to start the server

# npm
npm i vocker
npx vocker

# pnpm
pnpm i vocker
pnpm dlx vocker

# yarn
yarn add vocker
yarn dlx vocker

# bun
bun add vocker
bunx vocker

🛠️Development🛠️

🔗 Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

🖥️ Start the service running on the local port 3000 and a LAN IP address:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

🫡 When using the built-in chatbot, be sure to create a new dotenv file and attach your own private keys:

NUXT_OPEN_AI_SECRET_KEY=
NUXT_OPENAI_API_PROXY_URL=