ワンクリックで
documaris-deploy
Deploy the documaris app to Cloudflare Pages. Use when releasing a new version or verifying a deployment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Deploy the documaris app to Cloudflare Pages. Use when releasing a new version or verifying a deployment.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add or update a port call document field map. Use when adding a new form type or updating field sources.
Run the documaris React/DuckDB WASM web app locally. Use when developing the app, testing form generation, or verifying changes to pipeline.ts or field maps.
Run the documaris test suite. Use when changing field maps, schemas, or pipeline logic to verify contracts are satisfied.
| name | documaris-deploy |
| description | Deploy the documaris app to Cloudflare Pages. Use when releasing a new version or verifying a deployment. |
| license | Apache-2.0 |
| compatibility | Requires wrangler CLI and Cloudflare account credentials |
| metadata | {"repo":"documaris"} |
CI deploys automatically on push to main (.github/workflows/deploy-app.yml). Manual deploy:
cd app
npm ci
npm run build
wrangler pages deploy dist --project-name documaris
Live app: https://documaris.edgesentry.io/analysis/
The app reads from the documaris-dev-public R2 bucket (written by indago pipelines). Bucket config is in wrangler.toml.