-
Notifications
You must be signed in to change notification settings - Fork 106
Description
Would be useful for some direction on how to proceed with this project. As being new to qwik and vendure its a lot for me.
Example:
For others: to get network access, modify package.json:
so that "start" is now:
vite --open --mode ssr --host 0.0.0.0
(host is added).
Now I know that not everyone needs that, but next steps via building for production would be useful, especially how to add https to the site etc.... It would be just nice to have a little more hand holding to get things up and running properly.
I appreciate the project and it looks really cool, but definitely having trouble trying to get something working for me.
For some reason I can't create an account even though afaik I have connected to my own vendure instance using the ".env" file.
I get the following at user registration:
Account registration is not supported by the demo Vendure instance. In order to use it, please connect to your own local / production instance.