The SPA that displays what is wrong in your API and leads you to where you can fix it.
This folder contains the SPA of the API Scoring extension. The structure is the following:
└─ spa-apiscoringviewer/
└─ packages/
└─ apiscoringviewer/
└─ src/
└─ certification/
└─ components/
└─ files/
└─ hooks/
└─ locales/
└─ utils/
└─ spa-apiscoringviewer/
└─ src/
└─ components/
-
Clone the repository:
git clone [email protected]:InditexTech/api-scoring-ide-plugins.git
-
Place yourself in the correct directory:
cd plugins/spa-apiscoringviewer
-
Install the dependencies:
pnpm i
-
Once the process finishes, start the SPA:
pnpm --filter apiscoringviewer watch pnpm --filter spa-apiscoringviewer watch
-
If you are executing it on local, open VSCode with the plugin already installed. In the plugin configuration (Api Scoring › Certification › Frontend: Url) set the frontend URL to:
http://localhost:3000
View the documentation for usage information.