feat: convert to nextjs

This commit is contained in:
2024-12-07 07:45:24 +01:00
parent b248ee80ee
commit 633b8ee207
52 changed files with 4121 additions and 982 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "Synthetic constumer data generator",
"short_name": "Synthetic data",
"description": "Generate synthetic consumer data and purchasing history",
"start_url": "/",
"display": "standalone",
"background_color": "#fff",
"theme_color": "#fff",
"icons": [
{
"src": "favicon.ico",
"sizes": "any",
"type": "image/x-icon"
}
]
}