docs: combine landing page and docusaurus together and deploy as one image

This commit is contained in:
Pasha Sviderski
2025-07-31 18:43:06 +10:00
parent cac1550b7d
commit 4fe360c573
47 changed files with 19097 additions and 19102 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "gray-html",
"description": "Gray HTML template - Cruip.com",
"version": "1.0.0",
"homepage": "https://cruip.com",
"author": "Pasquale Vitiello",
"license": "https://cruip.com/terms/",
"scripts": {
"dev": "npx tailwindcss -i ./css/style.css -o ./style.css --watch",
"build": "npx tailwindcss -i ./css/style.css -o ./style.css"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"tailwindcss": "^3.3.6"
}
}