itswadesh / svelte-commerce

The open-source storefront for any ecommerce. Built with a PWA and headless approach, using a modern JS stack. Works with Litekart, Medusa. WIP for Woocommerce, Bigcommerce and Shopify.
https://arialshop.com
MIT License
1.55k stars 295 forks source link

Update README.md #14

Closed seanogor closed 3 years ago

seanogor commented 3 years ago

Tiny little change to set off a build in vercel.. I think your project is really awesome, would you be williing to collaborate to make it accessible easily on https://vercel.com? I get this issue when I try to build the project there off master:

This is now-sapper, your Vercel builder. Turns out we couldn't find your server instance. Did you write module.exports = app?

Read the docs or create an issue: https://github.com/thgh/now-sapper

I think you already have a great project, but it you make it push button deployable, you may accelerate your progress exponentially. Let me know what you think, really great work dude!

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/itswadesh1/sapper-ecommerce/9tosfuz6e
✅ Preview: https://sapper-ecommerce-git-fork-seanogor-master.itswadesh1.vercel.app

itswadesh commented 3 years ago

That was a lot of appreciation :) . Thank you so much. I will try to find out a way for push button deployment to vercel.

seanogor commented 3 years ago

You're a gentleman, I'm sure you need to have the put in a dummy ecommerce account that would be used when deploying, one hack would be to create a main branch that would be taken by vercel directly, so that you can keep master branch pristine:

https://vercel.com/docs/git-integrations#production-branch

Then any changes you make would also automagically trigger a build. The really nice thing I didn't expect is that you could have any run of the mill domain name on google domains, redirect it to your sapper project url, and it will silently resolve it into a composite DNS name... so painless and really unexpected:

[image: image.png] These resolved to: https://sapper.seanogor.vercel.app

When I redirect from seanogor.com to the this URL and enabled SSL options! Furthermore, it rebuilds on every commit to the main branch after that so you are always aware how you're changes are looking in production when you make small tweats!

People deserve appreciation when they share this much effort and expertise!!

Look forward to your questions, if you end up doing a Proof of concept, happy to be the guinea pig!

On Tue, Sep 22, 2020 at 7:15 AM Swadesh Behera notifications@github.com wrote:

That was a lot of appreciation :) . Thank you so much. I will try to find out a way for push button deployment to vercel.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/itswadesh/sapper-ecommerce/pull/14#issuecomment-696528793, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB74KG7CAS4DU5G34WRF4IDSHA6HFANCNFSM4RVLRPFA .

itswadesh commented 3 years ago

Thanks Seanogor, for the idea towards improving the project. The setback right now is the demo hopyshopy.com is created with backend on litekart ecommerce which does not yet support multi store concept.

Never explored Magento. Shopify is charging for everything Moltin is not accepting new free accounts any more Swell does not have a free account option.

Still trying to explore how to implement the idea you just projected. I am sure once implemented this project will definitely attract some big players.

seanogor commented 3 years ago

You got it.. these pay walls for POCs are madness, I've a mate or 2 working at shopify, let me see if I can hook you up.

Will get back to you!

On Tue 22 Sep 2020, 15:40 Swadesh Behera, notifications@github.com wrote:

Thanks Seanogor, for the idea towards improving the project. The setback right now is the demo hopyshopy.com is created with backend on litekart ecommerce which does not yet support multi store concept.

Never explored Magento. Shopify is charging for everything Moltin is not accepting new free accounts any more Swell does not have a free account option.

Still trying to explore how to implement the idea you just projected. I am sure once implemented this project will definitely attract some big players.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/itswadesh/sapper-ecommerce/pull/14#issuecomment-696766335, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB74KGY5XX4IMW6KLSS3ERTSHCZPPANCNFSM4RVLRPFA .