-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Lines 93 to 100 in 26b9acd
if (isPWA) { | |
console.log("📱 PWA features enabled - your app can be installed on mobile devices!"); | |
console.log("⚠️ Important: Replace placeholder SVG icons with proper PNG icons for production"); | |
} | |
console.log(`\nNext steps:\n cd ${projectName}\n npm install\n npm run dev`); | |
if (isPWA) { | |
console.log(`\n📱 To test PWA:\n npm run build\n npm run preview\n Open http://localhost:5173 and test install/offline features`); |
The user should be seeing the github repo link so that if user caught in any bug then he/she can directly hit the github link and submit the PR.
Also show the user nice short message for the same.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers