init: uusi moderni kipinalomat webbisivu

This commit is contained in:
Jaakko Vanhala
2026-03-30 07:24:09 +03:00
commit eac620c532
53 changed files with 2619 additions and 0 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "kipina-lomat-nordic",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^8.0.1"
}
}