coleam00 / bolt.new-any-llm

Prompt, run, edit, and deploy full-stack web applications using any LLM you want!
https://bolt.new
MIT License
619 stars 376 forks source link

Added GitHub push functionality #24

Open goncaloalves opened 8 hours ago

goncaloalves commented 8 hours ago

Added Github push functionality: By pressing the button, the user will be asked for a name of a repo, his github username and his github token.

This code is being run client side so the user will always be asked for his credentials (for security reasons).

I think the code is pretty straight forward. Let me know if you have any questions or would like any changes to the code.