mirror of
https://github.com/Nutlope/hallmark.git
synced 2026-08-14 12:35:33 +02:00
Add live demo link — hallmark-murex.vercel.app
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) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
9aa09f1d60
commit
b1885e6c35
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
.vercel
|
||||
Reference in New Issue
Block a user