web: Added landing page

This commit is contained in:
2026-07-05 22:42:41 +05:30
parent 4b3a253751
commit 9defbabdea
10 changed files with 898 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
"description": "",
"scripts": {
"build": "tsc -b",
"build:web": "pnpm --filter landing build",
"build:all": "pnpm build && pnpm build:web",
"dev:web": "pnpm --filter landing dev",
"clean": "git clean -xfd",
"lint": "eslint .",
"lint:fix": "eslint . --fix",