https://github.com/perongh/sydney_webui
Web UI for Sydney (Bing Chat)
https://github.com/perongh/sydney_webui
Last synced: 6 months ago
JSON representation
Web UI for Sydney (Bing Chat)
- Host: GitHub
- URL: https://github.com/perongh/sydney_webui
- Owner: PeronGH
- Created: 2023-12-09T16:05:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T17:05:51.000Z (about 1 year ago)
- Last Synced: 2024-03-04T12:29:26.501Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 84.8 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sydney_webui
Web UI for Sydney (Bing Chat).
## Getting Started
1. Deploy [backend](https://github.com/juzeon/SydneyQt/tree/v2/webapi).
2. `flutter run -d chrome`.
## Deploy to Serverless Platforms
The following build command can be used
```bash
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
```