Open godinezsteven1 opened 21 hours ago
Hi, You should consider adding instructions on setting up your project. I opened it on Codespaces, installed dependencies using 'npm install', did 'npm run dev' to see the website but its throwing me error " This super-duper-telegram-9vjxrpjp57xhxqjv-5173.app.github.dev page can’t be found"
Hi ketan,
Thanks for your feedback! I am sorry the set up is not exactly clear, the code here is still in the development stages so I do not have clear instructions as to how to set up. However, I noticed the link you mentioned ("super-duper-telegram...") is unknown to me and isn't something I set up. It may be an auto generated link from Codespaces?, which can happen when working with development environments.
Try this!
Clone the repository: $ git clone https://github.com/godinezsteven1/Godinez-devtech.com.git
Install dependencies: $ Run npm install to install all necessary dependencies.
Start the development server: Use $ npm run dev to start the project. This should open a local server where you can view
Please note that this project uses Vite, so a Vite setup is required.
https://github.com/user-attachments/assets/39c6715d-538d-44fc-a3f8-36b73c5555df
I don't know what the issue is.
Hmm I will look into the issue
@ketansahugit try using an IDE like VS It looks like the Codespaces URL may be causing issues... Switch to an IDE, I recommend IntelliJ or VS code.
please try this and let me know what happens