Develop on Live Website #3
Replies: 3 comments 7 replies
-
Hi @josodigital This means the final product will be a web app, includes JavaScript, CSS, and other assets. To get started with this project, you'll need to clone and build it on your PC. Once built, you can publish it using Selldone CLI, available at https://www.npmjs.com/package/selldone-cli. This tool allows you to deploy the project either on Selldone or on your own server (with server support coming soon through Selldone CLI). Additionally, the command 'yarn serv' is used to set up a development environment on your PC, enabling real-time development and testing of the project. Step by step:
After writing the code and applying changes, once the final project is ready, install the Selldone CLI with We will publish numerous resources so that anyone, regardless of their technical level, can start coding (even with ChatGPT). |
Beta Was this translation helpful? Give feedback.
-
@josodigital To ensure your issues and questions are promptly addressed, please post them as new posts instead of comments. GitHub doesn't send notifications for comments, so there's a risk your queries might be missed here. BLANK PAGE ISSUE!The issue stemmed from a missing .env file. I've now uploaded a sample .env file. Kindly update your project with this and give it another try. Additionally, you can find a detailed description of the problem at this link: #5 |
Beta Was this translation helpful? Give feedback.
-
Hi I am stuck. I am working on a mac with zsh terminal. I clone the gihub files. yarn install. yarn setup. yarn serve but get errors. Then I tried bun but get same errors (see file attached) I saw you talked about .env file. I tried to modify that too. So shop name is the one at the end of the shop url or is the shop title? |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I am an Enterprise Selldone user and a Partner. My understanding is that the new SDK was meant to make life easier in terms of storefront customizations. When I read your instructions on Github, it was clear I needed to install this on a server. Thankfully, I happen to have my own server. So I did install successfully using npm install, npm setup.
I run into trouble on the "Step 3: Begin Development" . when I run npm serve. It says under Network: Unavailable? When I try to open https://myserveraddress:8080/ I get a an error and a blank page. However when I look at the code on that page, I see selldone data that is not displayed by the browser?
So I have been looking for the location to change the Network address to my server IP address?
This is where I am at and I need help. I understand you might be working on solution?
I think given I have engaged in this, the sooner you can help me the better. I am happy to jump on a zoom call to make this happen?
Looking forward to your reply.
Kind regards,
Fleman
Beta Was this translation helpful? Give feedback.
All reactions