From b1885e6c35e687c7fdc381ea5591f2b1bf7c6cfd Mon Sep 17 00:00:00 2001 From: Youssef Date: Thu, 30 Apr 2026 15:38:44 +0100 Subject: [PATCH] =?UTF-8?q?Add=20live=20demo=20link=20=E2=80=94=20hallmark?= =?UTF-8?q?-murex.vercel.app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Static-deployed via Vercel from /site/ (no build step). Two README hooks added: a hero "Live demo" line near the top, and a paragraph in the Install section pointing at the URL alongside the local-server snippet. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 6 +++++- site/.gitignore | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 site/.gitignore diff --git a/README.md b/README.md index 352fc07..a3ab6be 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A design skill for AI coding assistants. Makes the UIs they generate look made, not generated. +→ **Live demo:** [hallmark-murex.vercel.app](https://hallmark-murex.vercel.app) — sixteen themes, eight generation tests, press `T` to cycle. + **Powered by Together AI.** --- @@ -43,12 +45,14 @@ npx skills add hallmark Or copy [`skill/`](skill/) into `~/.claude/skills/hallmark/` (Claude Code) or `.cursor/rules/hallmark.mdc` (Cursor — body of `SKILL.md`, no frontmatter). -To preview the landing page: +To preview the landing page locally: ``` cd site && python3 -m http.server 4173 # → http://localhost:4173 ``` +Or visit the live deploy at **[hallmark-murex.vercel.app](https://hallmark-murex.vercel.app)**. + Press `T` to cycle themes, `R` for random, `?theme=studio` for a shareable link. --- diff --git a/site/.gitignore b/site/.gitignore new file mode 100644 index 0000000..e985853 --- /dev/null +++ b/site/.gitignore @@ -0,0 +1 @@ +.vercel