🤯 Supercharge your Lobechat with Kagi Search Engine, powered by Cloudflare Workers!
We use pnpm as package manager. Follow these simple steps to get started:
# 📦 Install dependencies
pnpm install
# 🛠️ Start development server
pnpm dev
This is a Cloudflare Worker project. Deploy it to Cloudflare Workers with just one command:
# 🚀 Build and deploy
pnpm run deploy
Once deployed, you can access your plugin manifest at:
https://your-worker-name.your-account.workers.dev/manifest.json
Important: For your security, please DO NOT use other people's deployments as they can potentially access your API_KEY and other sensitive information. Always deploy your own worker instance!