Visit their website and download and install it. Very straight forward. Otherwise, Google more information related to your system needs.
No.
Perhaps, but it's the risk we're willing to take! To help minimize this, take a look at #1050.
File an issue. I'll do my best to get to you. I work a full time job and this is only a hobby of mine.
Run the following commands:
git pull origin main
npm install
npm run start
If you changed the code at all, this will most likely fail. You can clear out your changes by doing:
git checkout .
git pull origin main
npm install
npm run start
You can also to git-stash, but we won't expand on that here.
There is probably an issue that has already been resolved.
Make a pull request! All contributions are welcome.
Here's a little write-up I did: Adding a store.
Well, I would rather you didn't either. See #11.
Why does Amazon show an error page (with a picture of an animal) instead of adding to cart or going to the detail page?
This is intended; see #733. This indicates that the item is out of stock and only available from a third-party seller (often at a markup).
There is a lot of undefined behavior with using streetmerchant in the cloud. Some sites may block IPs from your cloud provider. It is possible that a VPN will help circumvent these problems.