Skip to content

Commit

Permalink
docs(contribution-guidelines): improve clarity of localhost url on st…
Browse files Browse the repository at this point in the history
…ep 9
  • Loading branch information
MFarabi619 committed Aug 16, 2024
1 parent 0bce0a0 commit 9838536
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions apps/docs/src/content/docs/contribution-guidelines/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -431,12 +431,29 @@ Nx comes with local caching already built-in (check your `nx.json`). On CI you m

</div>
<div className="step">
Open the url(s) in your browser for the project(s) you're running.
You'll see the url(s) in your terminal for the project(s) you're running, simply paste those in to your browser address bar.

Open [http://localhost:8000](http://localhost:8000) in your browser to see the app.
Docs are on [http://localhost:8000/docs](http://localhost:8000/docs).
For example you may see:

</div>
```sh title="Terminal"
╰─ nx dev docs
> nx run docs:dev
> next dev
▲ Next.js 14.2.3
- Local: <http://localhost:3000>
✓ Starting...
automatically enabled Fast Refresh for 1 custom loader
```

As the project is in its early stages, these URLs may change. If you have multiple apps running or have another server using that network port, yours may be different from someone else's and that's okay.

Always look at your terminal for the correct URL.

</div>
</div>

### Final Step
Expand Down

0 comments on commit 9838536

Please sign in to comment.