I would like to import the source code of an existing GitHub repository from Firebase Studio Prototyper Gemini so that I can modify it. This
I would like to import the source code of an existing GitHub repository from Firebase Studio Prototyper Gemini so that I can modify it. This feature is very useful, so please consider it.
As a specific example, I would like to import the source code of the following GitHub repository so that I can modify it from Firebase Studio Prototyper Gemini.
https://github.com/okamoto53515606/homepage
PS)
Until the above feature is available, I plan to proceed as follows:
1. Instruct Firebase Studio Prototyper to create a dummy app (with minimal functionality).
2. Press the "Publish" button to create app hosting for the dummy app (with minimal functionality).
3. Open a terminal in Firebase Studio.
4. In the Firebase Studio terminal, download and unzip the tar.gz file from GitHub.
5. Run npm install again in the Firebase Studio terminal.
6. Run "Restart" from Firebase Studio to rebuild your Firebase Studio development environment.
7. Have prototyper gemini review the contents of the new docs folder and understand the structure of your app.
8. Ask prototyper gemini to make any corrections.