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
@@ -103,20 +103,20 @@ Follow these steps to build and test the API Center portal locally.
103
103
}
104
104
```
105
105
106
-
1. Start the development server to test the portal locally.
106
+
1. Install required packages.
107
107
108
108
```bash
109
-
npm start
109
+
npm install
110
110
```
111
111
112
-
Browse to the portal at `https://localhost:5173`.
113
-
114
-
1. When you're ready to build the portal for production, run the following command.
112
+
1. Start the development server. The following command will start the portal in development mode running locally:
115
113
116
114
```bash
117
-
npm run build
115
+
npm start
118
116
```
119
117
118
+
Browse to the portal at `https://localhost:5173`.
119
+
120
120
## Deploy to Azure
121
121
122
122
For steps to deploy the portal to Azure Static Web Apps, see the [API Center portal starter](https://github.com/Azure/APICenter-Portal-Starter.git) repository.
0 commit comments