Initial commit

This commit is contained in:
Kerboul
2026-03-09 07:44:27 -07:00
commit 14031f73a3
7 changed files with 589 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "amusement-pwa-template",
"version": "1.0.0",
"description": "Stylish PWA Demo",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"vite": "^5.0.0"
}
}