devXprite / gitglance

GitGlance is your go-to tool for visualizing GitHub profiles. Gain insights into your contributions, expertise, and community engagement with intuitive visualizations.
https://gitglance.vercel.app/
MIT License
44 stars 21 forks source link

[Bug]: Having problem on running the project in localhost #59

Open upsaurav12 opened 1 month ago

upsaurav12 commented 1 month ago

Contact Details

sauravup041103@gmail.com

Description

When i was trying to do setup it is not running properly like when i tried to install the dependencies by using npm then it is closing after some time So i also tried to install dependencies by using pnpm it was running but showing this error image

Any additional information?

No response

Steps to reproduce the bug.

  1. Just try to run the project in you localhost

What browsers are you seeing the problem on?

No response

Relevant log output.

No response

Code of Conduct

upsaurav12 commented 1 month ago

@devXprite can you please look in this problem ??? we can also update the documentation for running the project after fixing the issue??

devXprite commented 1 month ago

@devXprite can you please look in this problem ??? we can also update the documentation for running the project after fixing the issue??

You need to set BASE_URL=http://localhost:3000 in your .env file. This variable is mainly for metadata and sitemaps, so it's not much important.

One improvement we can make is to set a default value of http://localhost:3000 instead of throwing an error.

upsaurav12 commented 1 month ago

@devXprite I set BASE_URL but now saying image