harb/landing
johba 85a71cfff1 fix: feat: create pitch deck PDF for influencer outreach (#1155)
Add HTML pitch deck at /pitch-deck.html covering:
- What KRK is and the floor mechanism
- Three-position liquidity architecture
- Three user funnels (hold, stake, compete)
- How to buy and stake instructions
- Why the floor matters (asymmetric downside protection)
- Comparison vs typical DeFi tokens
- Proper risk disclaimers per PRODUCT-TRUTH.md

The deck is print-optimized with page breaks for PDF export.
Footer link added to landing page for discoverability.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 21:31:22 +00:00
..
.husky feat(landing): add strict ESLint + Prettier with pre-commit hooks (#50) 2025-10-03 13:19:20 +02:00
public fix: feat: create pitch deck PDF for influencer outreach (#1155) 2026-03-26 21:31:22 +00:00
src fix: feat: create pitch deck PDF for influencer outreach (#1155) 2026-03-26 21:31:22 +00:00
.gitignore fix: Consolidate redundant/broken gitignore node_modules entries (#204) 2026-02-25 21:13:16 +00:00
.lintstagedrc.json feat(landing): add strict ESLint + Prettier with pre-commit hooks (#50) 2025-10-03 13:19:20 +02:00
.prettierrc feat(landing): add strict ESLint + Prettier with pre-commit hooks (#50) 2025-10-03 13:19:20 +02:00
AGENTS.md chore: gardener housekeeping 2026-03-26 2026-03-26 06:02:19 +00:00
env.d.ts added web-app and landing 2025-09-23 14:18:04 +02:00
eslint.config.js fix: lint: Ban waitForTimeout, setTimeout-as-delay, and fixed sleep patterns (#442) 2026-03-03 20:58:01 +00:00
index.html fix: feat: basic analytics funnel tracking for launch readiness (#1101) 2026-03-23 13:04:24 +00:00
package-lock.json feat(landing): add strict ESLint + Prettier with pre-commit hooks (#50) 2025-10-03 13:19:20 +02:00
package.json fix: feat: basic analytics funnel tracking for launch readiness (#1101) 2026-03-23 13:04:24 +00:00
README.md added web-app and landing 2025-09-23 14:18:04 +02:00
tsconfig.app.json added web-app and landing 2025-09-23 14:18:04 +02:00
tsconfig.json added web-app and landing 2025-09-23 14:18:04 +02:00
tsconfig.node.json added web-app and landing 2025-09-23 14:18:04 +02:00
vite.config.ts fix: resolve @harb/ui-shared via Vite alias in webapp and landing (#150) 2026-02-24 13:42:22 +00:00

vue-kraiken

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build