ワンクリックで
url-discovery
Valid app, gallery, and API URLs for the nhl-recap project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Valid app, gallery, and API URLs for the nhl-recap project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
General code style, development workflow, and build/quality tools for nhl-recap.
Guidelines for git usage and commit messages in nhl-recap.
Guidelines for triggering and managing deployments using GitHub Actions and local scripts.
Guidelines for API integration, environment variables, mocking, and utilities in nhl-recap.
Guidelines for documentation standards and project-specific README files in nhl-recap.
Guidelines for Service Worker and PWA functionality in nhl-recap.
| name | url-discovery |
| description | Valid app, gallery, and API URLs for the nhl-recap project. |
Use these URLs for viewing the application and its component gallery in the browser.
http://localhost:8009/nhl-recap/http://localhost:8009/nhl-recap/gallery/componentshttp://localhost:8009/nhl-recap/gallery/team-logoshttp://localhost:8081VITE_SCORE_API_HOST=http://localhost:8080 to use a custom local API instead of the mock server.The application and gallery are served using Vite.
npm start to start the development server against the production API.npm run start:local to start the development server against the local mock API (requires npm run start:server).npm run start:server to start the local mock API server on port 8081.