You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,9 @@ and Staff!
20
20
* Run `make install` from the project root.
21
21
* Run `make serve` in a terminal from the project root.
22
22
> [!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.
0 commit comments