Skip to content

Commit 60ce1ed

Browse files
committedMar 12, 2025
docs: make env url docs clearer (?)
1 parent 6b7dd85 commit 60ce1ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ and Staff!
2020
* Run `make install` from the project root.
2121
* Run `make serve` in a terminal from the project root.
2222
> [!Note]
23-
> By default we serve the production URLs. You can run `npx ionic serve --configuration=development` to run against your local dev sites' data.
24-
> See [environment.ts](src/environments/environment.ts) and [environment.prod.ts](src/environments/environment.prod.ts) to adjust the URLs manually.
23+
> The `make serve` command runs with the development configuration, which uses local development URLs.
24+
> If you want to run against production URLs, you can use `npx ionic serve`.
25+
> See [environment.ts](src/environments/environment.ts), [environment.dev.ts](src/environments/environment.dev.ts) and [environment.prod.ts](src/environments/environment.prod.ts) to view or adjust the URLs.
2526
* Profit. :tada:
2627

2728
> [!Note]

0 commit comments

Comments
 (0)