ワンクリックで
arktrace-run-dashboard
Run the arktrace analyst dashboard locally. Use when developing the React frontend or verifying UI changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the arktrace analyst dashboard locally. Use when developing the React frontend or verifying UI changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Deploy arktrace to Cloudflare Pages and configure R2, CI, and environment variables. Use when setting up a new deployment or updating production configuration.
Download the arktrace demo dataset from R2 for local development. Use when you need sample data without running the full pipeline.
Configure the LLM provider for arktrace (OpenAI, local Ollama, or llama.cpp). Use when setting up a new environment or switching LLM providers.
Run the arktrace shadow fleet screening pipeline for a region. Use when scoring vessels, refreshing the watchlist, or running the full pipeline end-to-end.
Run arktrace tests — pipeline unit/integration tests and frontend Vitest tests. Use before committing or when CI fails.
| name | arktrace-run-dashboard |
| description | Run the arktrace analyst dashboard locally. Use when developing the React frontend or verifying UI changes. |
| license | Apache-2.0 |
| compatibility | Requires Node.js, npm |
| metadata | {"repo":"arktrace"} |
cd app && npm install # first time only
cd app && npm run dev # http://localhost:5173
The dev server fetches Parquet files from Cloudflare R2 (same as production). No local backend process needed — the browser queries data directly via DuckDB-WASM.