I am creating a custom integration for my new project with a Sylius backend
I followed the quick-start and used the boilerplate template. I created several api endpoints and tested them using the playground. This is my setup for now https://github.com/JDR-BOOST/alokai-sylius
The next step is to start my new vue storefront project so i initiated a new project using npx @vue-storefront/cli generate store selected custom integration and pasted my github link. This cli now creates a new project but just copies my full repo.
What am i supposed to do next? I do not see any of the vue storefront components/pages etc.
Should create a new repo and select a prebuilt integration like magento, grab stuff from there and copy and edit in my project?
Any tips in the right direction would be appreciated!
Thanks!
*Update:
I found out I should be using the nuxt 3 boilerplate, but i am stuggeling with integrating my custom integration and can't find any documentation on this.