8000 add getting started · CoderBotOrg/dev-docs@dd03639 · GitHub
[go: up one dir, main page]

Skip to content

Commit dd03639

Browse files
committed
add getting started
1 parent 4e56f01 commit dd03639

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/Getting_started.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ INFO:werkzeug:Press CTRL+C to quit
7777

7878
To see if everything is correctly configured, try to make a small change to the frontend and / or the backend
7979

80-
1. Open a browser and load the main (landing) page [http://localhost:8080](http://localhost:8080). See the message "Welcome to CoderBot"
81-
2. On the frontend (if the dev server is running on the local workstation), modify the file `frontend/src/components/Landing.vue` at line 12, Change
80+
1. Open a browser and load the main (landing) page <a href="http://localhost:8080" target="_blank" rel="noreferrer">http://localhost:8080</a>
81+
2. See the message "Welcome to CoderBot"
82+
3. On the frontend (if the dev server is running on the local workstation), modify the file `frontend/src/components/Landing.vue` at line 12, Change
8283

8384
```
8485
<div class="logo">CoderBot</div>
@@ -87,4 +88,4 @@ to:
8788
```
8889
<div class="logo">my first change to CoderBot</div>
8990
```
90-
3. You should see the landing page has been changed and the message is now "Welcome to my first change to CoderBot"
91+
4. You should see the landing page has been changed and the message is now "Welcome to my first change to CoderBot"

0 commit comments

Comments
 (0)
0