Automatic input prompt for new session and Automatic copy the last question when the session is ended; instant Q&A function, see README
# 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