Hashnode / Hashnode/starter-kit
Running Starter Kit - enterprise and it does not render
- Dominant language
- TypeScript
- Stars
- 648
- Forks
- 921
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
please help me figure out what's wrong with my starter kit project.
I am running it on windows 10 machine, I first ran `npm install -g pnpm` inside the enterprise folder then I ran `npm run dev` and it runs and shows a bunch of terminal logs - > success' but it never reaches the terminal log showing the host and port its running on "localhost:3001"

I also assumed its many the configs - but the configs in the .env file are the same as the ones on vercel and its working the but not locally -> this is what I have in the .env file:
```
NEXT_PUBLIC_HASHNODE_GQL_ENDPOINT=https://gql.hashnode.com
NEXT_PUBLIC_HASHNODE_PUBLICATION_HOST=vukanig.hashnode.com
NEXT_PUBLIC_MODE=development
```
If any one has suggestion on what could be blocking me please assist.
Highly appreciate it
Contributor guide
Research direction
Reproduce the issue on Windows 10 from the enterprise folder using npm run dev, then inspect the terminal output after the reported success logs. Compare the local environment with the provided .env values and determine why the host and port are not displayed; done means the starter kit renders locally at localhost:3001.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nextjs, typescript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100