- Automatic copy the last question when the session is ended
- Automatic input prompt for new session
- instant chat, e.g. you can visit https://www.bing.com/chat?prompt=Who is Harry Potter to chat with bot
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
# 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