Skip to content

Commit 39d6d84

Browse files
committed
docs: add codespaces instructions
1 parent 2b0853c commit 39d6d84

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ npm run dev
2323

2424
This will start the application in development mode. Open [http://localhost:8000](http://localhost:8000) to view it in the browser.
2525

26+
<div class="tip" data-title="tip">
27+
28+
> In Codespaces, once the servce is running, you can click on the **Open in browser** button when prompted.
29+
> You can also select the **Ports** tab in the bottom panel, right click on the URL in the **Forwarded Address** column next to the `8000` port, and select **Open in browser**.
30+
31+
</div>
32+
2633
<div class="tip" data-title="Tip">
2734

2835
> In development mode, the Web page will automatically reload when you make any change to the code. We recommend you to keep this command running in the background, and then have two windows side-by-side: one with your IDE where you will edit the code, and one with your Web browser where you can see the final result.

0 commit comments

Comments
 (0)