Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
cache: "pnpm"

- name: Install and Build
env:
VITE_SUPERDOC_SERVICES_API_KEY: ${{ secrets.VITE_SUPERDOC_SERVICES_API_KEY }}
run: |
pnpm install
rm -rf dist
Expand Down
26 changes: 26 additions & 0 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Demo
Comment thread
andrii-harbour marked this conversation as resolved.

## Setup

1. Build the main package first (from root):
```bash
pnpm build
```

2. Install demo dependencies:
```bash
cd demo
pnpm install
```

3. Create `.env` file with your API key:
```
VITE_SUPERDOC_SERVICES_API_KEY=your_key_here
Comment thread
andrii-harbour marked this conversation as resolved.
Outdated
```

4. Run the demo:
```bash
pnpm run dev
```


1 change: 1 addition & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@superdoc-dev/esign": "link:../.",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"signature_pad": "^5.1.1",
"superdoc": "^0.35.3"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions demo/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading