Skip to content

Commit 031e679

Browse files
authored
Merge branch 'main' into FEAT_BoltDYI_PREVIEW_V3
2 parents 48f4999 + 6ae1ac2 commit 031e679

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker build . --target bolt-ai-development
144144

145145
**Option 3: Docker Compose Profile**
146146
```bash
147-
docker-compose --profile development up
147+
docker compose --profile development up
148148
```
149149

150150
#### Running the Development Container
@@ -171,7 +171,7 @@ docker build . --target bolt-ai-production
171171

172172
**Option 3: Docker Compose Profile**
173173
```bash
174-
docker-compose --profile production up
174+
docker compose --profile production up
175175
```
176176

177177
#### Running the Production Container

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
Welcome to bolt.diy, the official open source version of Bolt.new (previously known as oTToDev and bolt.new ANY LLM), which allows you to choose the LLM that you use for each prompt! Currently, you can use OpenAI, Anthropic, Ollama, OpenRouter, Gemini, LMStudio, Mistral, xAI, HuggingFace, DeepSeek, or Groq models - and it is easily extended to use any other model supported by the Vercel AI SDK! See the instructions below for running this locally and extending it to include more models.
66

7-
Check the [bolt.diy Docs](https://stackblitz-labs.github.io/bolt.diy/) for more information.
7+
-----
8+
Check the [bolt.diy Docs](https://stackblitz-labs.github.io/bolt.diy/) for more offical installation instructions and more informations.
89

10+
-----
911
Also [this pinned post in our community](https://thinktank.ottomator.ai/t/videos-tutorial-helpful-content/3243) has a bunch of incredible resources for running and deploying bolt.diy yourself!
1012

1113
We have also launched an experimental agent called the "bolt.diy Expert" that can answer common questions about bolt.diy. Find it here on the [oTTomator Live Agent Studio](https://studio.ottomator.ai/).
@@ -93,7 +95,7 @@ project, please check the [project management guide](./PROJECT.md) to get starte
9395

9496
## Features
9597

96-
- **AI-powered full-stack web development** directly in your browser.
98+
- **AI-powered full-stack web development** for **NodeJS based applications** directly in your browser.
9799
- **Support for multiple LLMs** with an extensible architecture to integrate additional models.
98100
- **Attach images to prompts** for better contextual understanding.
99101
- **Integrated terminal** to view output of LLM-run commands.
@@ -186,7 +188,7 @@ This option requires some familiarity with Docker but provides a more isolated e
186188

187189
2. **Run the Container**:
188190
```bash
189-
docker-compose --profile development up
191+
docker compose --profile development up
190192
```
191193

192194
## Configuring API Keys and Providers

docs/docs/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ docker build . --target bolt-ai-development
144144

145145
**Option 3: Docker Compose Profile**
146146
```bash
147-
docker-compose --profile development up
147+
docker compose --profile development up
148148
```
149149

150150
#### Running the Development Container
@@ -171,7 +171,7 @@ docker build . --target bolt-ai-production
171171

172172
**Option 3: Docker Compose Profile**
173173
```bash
174-
docker-compose --profile production up
174+
docker compose --profile production up
175175
```
176176

177177
#### Running the Production Container

docs/docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Once you've configured your keys, the application will be ready to use the selec
156156
2. **Run the Container**:
157157
Use Docker Compose profiles to manage environments:
158158
```bash
159-
docker-compose --profile development up
159+
docker compose --profile development up
160160
```
161161

162162
- With the development profile, changes to your code will automatically reflect in the running container (hot reloading).
@@ -188,7 +188,7 @@ To keep your local version of bolt.diy up to date with the latest changes, follo
188188

189189
- **If using Docker**, ensure you rebuild the Docker image to avoid using a cached version:
190190
```bash
191-
docker-compose --profile development up --build
191+
docker compose --profile development up --build
192192
```
193193

194194
- **If not using Docker**, you can start the application as usual with:

0 commit comments

Comments
 (0)