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
**Important**: Remove any `<place-holder>` text and update all URLs, email addresses, and company information to match your actual application requirements.
187
168
169
+
### 5. Generate PWA Assets (Logo Setup)
170
+
171
+
> **⚠️ IMPORTANT**
172
+
> After cloning the repository and configuring your settings, generate the PWA assets from your logo. This step sets up all the necessary icons and splash screens for your app.
173
+
174
+
```bash
175
+
# Generate PWA assets from the logo.svg file
176
+
yarn generate-pwa-assets
177
+
```
178
+
179
+
This script will:
180
+
181
+
- Generate all required PWA icons (favicon, apple-touch-icon, etc.)
182
+
- Create properly sized assets from your `public/logo.svg` file
183
+
- Set up the visual identity for your Progressive Web App
184
+
185
+
> **📝 NOTE**
186
+
> Make sure you have your custom logo as `public/logo.svg` before running this command.
0 commit comments