init program-2026

This commit is contained in:
2026-08-18 14:05:11 +07:00
commit 387dfb1676
22 changed files with 2180 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "landing",
"private": true,
"devDependencies": {
"@tailwindcss/cli": "^4.0.0",
"tailwindcss": "^4.0.0"
},
"scripts": {
"dev": "sh scripts/dev.sh",
"build": "sh scripts/build.sh"
}
}