hoanghm / Proact

2 stars 0 forks source link

Launch webpage scaffold #2

Closed ogallagher closed 3 months ago

ogallagher commented 3 months ago

primary branch = feature/frontend-flutter

Deploy a placeholder webpage using React or Flutter as the frontend framework. Could be deployed as a GitHub Pages repo, but could also be deployed using a hosted webserver.

ogallagher commented 3 months ago

I will try this now, using Flutter.

ogallagher commented 3 months ago

I created the empty frontend page in flutter with default widgets, created a firebase application, added all project members to firebase as editors, and deployed manually to url gemini-goalkeeper-2024.web.app following the instructions at firebase/docs/hosting/frameworks/flutter (as with other stuff, we can update or replace the firebase app once we finalize a name).

gemini-2024_firebase_blank-webpage

I did not yet enable auto deploy from github, but when we do, we could enable it for a branch like release/firebase.

ogallagher commented 3 months ago

Planning to raise a pull req to master once we update the frontend flutter app name to proact. Hoping also that the url will change to match the new app name after deploying.

ogallagher commented 3 months ago

Finished rename and redeploy to firebase, but that did not change the url. I think that in order to change the url we'll need to create a new project under a different project id.