Improve MVP UX: Add CTA links, update header buttons, replace alerts with toasts

This commit is contained in:
Timo Knuth
2025-10-14 16:45:52 +02:00
parent a9ba9fb111
commit 157e53af83
4 changed files with 28 additions and 21 deletions

View File

@@ -4,8 +4,7 @@
"description": "Create custom QR codes in seconds",
"private": true,
"scripts": {
"dev": "node dev-server.js",
"dev:local": "next dev -p 3050",
"dev": "next dev -p 3050",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",