بنقرة واحدة
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 المهني
| 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.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.