1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Rename preview to review where applicable (#54510)

Co-authored-by: Evan Bonsignori <ebonsignori@github.com>
This commit is contained in:
Kevin Heis
2025-02-21 11:07:36 -08:00
committed by GitHub
parent eefdac8e0c
commit 00db977a50
23 changed files with 28 additions and 39 deletions

View File

@@ -49,7 +49,7 @@ npm ci
npm start
```
You should now have a running server. To access your local preview environment, visit [localhost:4000](http://localhost:4000) in your browser.
You should now have a running server. To access your local environment, visit [localhost:4000](http://localhost:4000) in your browser.
When you're ready to stop your local server, type <kbd>Ctrl</kbd>+<kbd>C</kbd> in your terminal window.