Skip to content

Commit 397b2dd

Browse files
committed
docs: add missing cd
1 parent 912fb9f commit 397b2dd

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

docs/sections/08-website.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This frontend will be built as a Single Page Application (SPA), which will be si
2020
The project is available in the `src/frontend` folder. From the project directory, you can run this command to start the development server:
2121
2222
```bash
23+
cd src/frontend
2324
npm run dev
2425
```
2526

docs/sections/ai-search/08-website.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This frontend will be built as a Single Page Application (SPA), which will be si
2020
The project is available in the `src/frontend` folder. From the project directory, you can run this command to start the development server:
2121
2222
```bash
23+
cd src/frontend
2324
npm run dev
2425
```
2526

docs/sections/java-quarkus/08-website.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ This frontend will be built as a Single Page Application (SPA), which will be si
2020
The project is available in the `src/frontend` folder. From the project directory, you can run this command to start the development server:
2121
2222
```bash
23+
cd src/frontend
2324
npm run dev
2425
```
2526

docs/workshop.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,7 @@ This frontend will be built as a Single Page Application (SPA), which will be si
11841184
The project is available in the `src/frontend` folder. From the project directory, you can run this command to start the development server:
11851185
11861186
```bash
1187+
cd src/frontend
11871188
npm run dev
11881189
```
11891190

0 commit comments

Comments
 (0)