Local start of the Widget Store API
Before starting the widget-store-api must get into all widget repositories and assemble the widget-configs.
This is performed with the populate command.
For the script that will go through the repositories to have access, there is an environment variable GITLAB_KEY, which you can release for yourself in GitLab on the Personal Access Token page.
The final command will look like this:
GITLAB_KEY=some-key npm run populate
After filling the base, you can already run the widget-store-api locally:
npm run start