Skip to content

zhangnew/bing-chat-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Bing Chat Helper

README | 中文文档

Developing

Recommended IDE Setup

# install self signed cert for dev
brew install mkcert
mkcert -install
mkcert localhost.bing.com

echo '127.0.0.1 localhost.bing.com' >> /etc/hosts

npm install
npm run dev
npm run build

Thanks

https://github.com/lisonge/vite-plugin-monkey/