mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 13:17:55 -05:00
Merge branch 'main' into feature/no-color
This commit is contained in:
13
README.md
13
README.md
@@ -1,4 +1,7 @@
|
||||
# 🧑✈️ GPT PILOT
|
||||
|
||||
<a href="https://trendshift.io/repositories/466" target="_blank"><img src="https://trendshift.io/api/badge/repositories/466" alt="Pythagora-io%2Fgpt-pilot | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||
|
||||
### GPT Pilot helps developers build apps 20x faster
|
||||
|
||||
You specify what kind of app you want to build. Then, GPT Pilot asks clarifying questions, creates the product and technical requirements, sets up the environment, and **starts coding the app step by step, like in real life, while you oversee the development process**. It asks you to review each task it finishes or to help when it gets stuck. This way, GPT Pilot acts as a coder while you are a lead dev who reviews code and helps when needed.
|
||||
@@ -9,7 +12,7 @@ You specify what kind of app you want to build. Then, GPT Pilot asks clarifying
|
||||
* [🔌 Requirements](#-requirements)
|
||||
* [🚦How to start using gpt-pilot?](#how-to-start-using-gpt-pilot)
|
||||
* [🐳 How to start gpt-pilot in docker?](#-how-to-start-gpt-pilot-in-docker)
|
||||
* [🧑💻️ Other arguments](#-other-arguments)
|
||||
* [🧑💻️ CLI arguments](#%EF%B8%8F-cli-arguments)
|
||||
* [🔎 Examples](#-examples)
|
||||
* [Real-time chat app](#-real-time-chat-app)
|
||||
* [Markdown editor](#-markdown-editor)
|
||||
@@ -19,6 +22,7 @@ You specify what kind of app you want to build. Then, GPT Pilot asks clarifying
|
||||
* [🕴How's GPT Pilot different from _Smol developer_ and _GPT engineer_?](#hows-gpt-pilot-different-from-smol-developer-and-gpt-engineer)
|
||||
* [🍻 Contributing](#-contributing)
|
||||
* [🔗 Connect with us](#-connect-with-us)
|
||||
* [🌟 Star history](#-star-history)
|
||||
<!-- TOC -->
|
||||
|
||||
---
|
||||
@@ -78,7 +82,7 @@ All generated code will be stored in the folder `workspace` inside the folder na
|
||||
|
||||
## 🐳 How to start gpt-pilot in docker?
|
||||
1. `git clone https://github.com/Pythagora-io/gpt-pilot.git` (clone the repo)
|
||||
2. Update the `docker-compose.yml` environment variables
|
||||
2. Update the `docker-compose.yml` environment variables, which can be done via `docker compose config`
|
||||
3. run `docker compose build`. this will build a gpt-pilot container for you.
|
||||
4. run `docker compose up`.
|
||||
5. access the web terminal on `port 7681`
|
||||
@@ -251,3 +255,8 @@ Other than the research, GPT Pilot needs to be debugged to work in different sce
|
||||
🌟 As an open-source tool, it would mean the world to us if you starred the GPT-pilot repo 🌟
|
||||
|
||||
💬 Join [the Discord server](https://discord.gg/HaqXugmxr9) to get in touch.
|
||||
|
||||
|
||||
# 🌟 Star History
|
||||
|
||||
[](https://star-history.com/#Pythagora-io/gpt-pilot&Date)
|
||||
|
||||
Reference in New Issue
Block a user