godinezsteven1 / Godinez-devtech.com

Personal Website
0 stars 0 forks source link

Screen #3

Open godinezsteven1 opened 21 hours ago

godinezsteven1 commented 21 hours ago
ketansahugit commented 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"

godinezsteven1 commented 20 hours ago

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!

Please note that this project uses Vite, so a Vite setup is required.

ketansahugit commented 18 hours ago

https://github.com/user-attachments/assets/39c6715d-538d-44fc-a3f8-36b73c5555df

I don't know what the issue is.

godinezsteven1 commented 13 hours ago

Hmm I will look into the issue

godinezsteven1 commented 3 hours ago

@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.

  1. Open the Command Palette (Ctrl + Shift + P or Cmd + Shift + P on Mac) (while in vs)
  2. Clone the repository
  3. npm install
  4. npm run dev

please try this and let me know what happens