Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 769 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 769 Bytes

frontend

The frontend for the awesome fair-teams-ai.

Install flutter

Run flutter application

Run and build webapp:
$ flutter upgrade
$ flutter config --enable-web
$ flutter run (to start the application)
$ flutter build web (to build the webapp)

Build windows app:

$ flutter channel dev (because this feature is still in alpha)
$ flutter upgrade
$ flutter config --enable-windows-desktop
$ flutter config --un-enable-web (if there is a conflict with another configuration)
$ flutter create . (to add a new directory with all the windows app stuff)
$ flutter run (to start the application)
$ flutter build windows (to build the webapp)