Clean initial commit

This commit is contained in:
support 2026-02-11 19:37:15 +00:00
commit 28f618fc4d
166 changed files with 8009 additions and 0 deletions

22
package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "kh3-website",
"version": "1.0.0",
"description": "KH3 - Building Inspiring Spaces",
"main": "index.html",
"scripts": {
"build": "tailwindcss -i ./src/input.css -o ./styles/main.css",
"watch": "tailwindcss -i ./src/input.css -o ./styles/main.css --watch",
"dev": "tailwindcss -i ./src/input.css -o ./styles/main.css --watch"
},
"devDependencies": {
"tailwindcss": "^3.4.0"
},
"keywords": [
"construction",
"project-management",
"fit-outs",
"ghana"
],
"author": "KH3",
"license": "MIT"
}