> For the complete documentation index, see [llms.txt](https://docs-example.gitbook.io/forge-website/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-example.gitbook.io/forge-website/modify-the-website/how-to-run-a-live-preview-of-the-website.md).

# How to Run a Live Preview of the Website

This allows you to interact with the site as if it were real, test buttons and links, and see changes instantly—all without affecting the public website.

1. Go to the top menu, click **Terminal**, then **New Terminal**.

2. **Option A:** If it ends in `forge_website`: Type `cd my-app` and hit Enter.

<figure><img src="https://1077808367-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHy2Z883f5hDk189oPzpu%2Fuploads%2FI5yBc3dWEG0vaKWCgeWL%2FScreenshot%202025-11-20%20at%204.14.35%E2%80%AFPM.png?alt=media&amp;token=8f16601f-0c51-4623-8523-983eb83f5e69" alt=""><figcaption></figcaption></figure>

**Option B**: If it already ends in `my-app`: You can skip to the next step!

\
3\. Once you are in the `my-app` folder, type the following command and hit Enter:

`npm run dev`

<figure><img src="https://1077808367-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHy2Z883f5hDk189oPzpu%2Fuploads%2F4qsVoUtzimrhox20n4Ni%2FScreenshot%202025-11-20%20at%204.18.47%E2%80%AFPM.png?alt=media&amp;token=4db89611-6c0d-4653-a742-e5889fc79945" alt=""><figcaption></figcaption></figure>

4. You should see text appear that looks like this:

<figure><img src="https://1077808367-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHy2Z883f5hDk189oPzpu%2Fuploads%2FE5p9etIW31hx42sOIL6x%2FScreenshot%202025-11-20%20at%204.23.17%E2%80%AFPM.png?alt=media&amp;token=f4be7fc4-2623-4a35-9a68-69fb270d61df" alt=""><figcaption></figcaption></figure>

Copy the Localhost link and paste it into your browser. You will now see the website running in your own private version.
