Skip to content

Commit

Permalink
explain how to access preview URL in codespaces (#9708)
Browse files Browse the repository at this point in the history
  • Loading branch information
corywatilo authored Dec 5, 2024
1 parent 48f55bf commit 12f68ab
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Below, we'll explain the two options for option two.
- You may see a dialog that says, "Your application running on port 8001 is available." Don't be enticed by the big green button quite yet.
1. Once you see <code><span class="text-green">success</span> Writing page-data.json files...</code>, you can click the green **Open in browser** button which will open the site at [http://localhost:8001](http://localhost:8001).

You can also click the **Ports** tab to access the URL where you can preview the site. Cmd + click the URL seen here.
![port](https://res.cloudinary.com/dmukukwp6/image/upload/port_ec6ab549ce.png)

### Committing and pushing changes

Use the built-in Git tab in VS Code to commit and push your changes.
Expand Down

0 comments on commit 12f68ab

Please sign in to comment.