Develop on Live Website #3
Replies: 4 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 Pajuhaan,
I trust you are well.
I have created my own vue 3 theme but am having trouble adding it to
selldone. Can someone help, please?
I exchanged with you 2 years ago, and were supposed to provide full
documentation and so far nothing. Even the information on github is
outdated.
The file for my vue theme exceeds the upload limit, so can't send it here.
can you help or have you got full documentation to help?
Kind regards,
Fleman
…On Sat, 2 Dec 2023 at 11:19, Pajuhaan ***@***.***> wrote:
Hi @josodigital <https://github.com/josodigital>
This project is developed using the *Vue framework*, which is a
JavaScript framework for *client-side* development.
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:
1. Clone project on your PC gh repo clone selldone/storefront , run yarn
install and yarn setup
2. Start dev server (build and create local server) yarn serve (Open
https://localhost:8080 and confirm SSL Warning)
3. Now change codes and refresh the page.
After writing the code and applying changes, once the final project is
ready, install the Selldone CLI with npm install -g selldone-cli, and
then run selldone in the root directory of the project.
We will publish numerous resources so that anyone, regardless of their
technical level, can start coding (even with ChatGPT).
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM3M23RB6DSLBAJ5343E7VDYHMFFXAVCNFSM6AAAAAA77V7FD2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TOMZXGQZTQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
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