Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 532 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 532 Bytes

sydney_webui

Web UI for Sydney (Bing Chat).

Getting Started

  1. Deploy backend.

  2. flutter run -d chrome.

Deploy to Serverless Platforms

The following build command can be used

if cd flutter; then git pull && cd .. ; else git clone https://github.com/flutter/flutter.git; fi && ls && flutter/bin/flutter doctor && flutter/bin/flutter clean && flutter/bin/flutter config --enable-web && flutter/bin/flutter build web --release --web-renderer canvaskit