Not enough information in documentation to start development
After cloning the repo I run npm i then this errors has come. I can't understand what is it and how to fix.

Here is the two log files I found there:
2023-04-06T14_07_33_228Z-debug.log eresolve-report.txt
When I run npm i in the playground folder this error come:

Ultimately when I run npm run dev

Basically my intension is to contribute in this project. So i think you will give me a solution to this issues.
Thanks in advance -- Sreenath
Hey @sreenathkumar , sorry for the late reply. Yup, as of now EC builds are failing due to broken dependency tree but you can still try it out by doing,
npm i --legacy-peer
cd playground
npm i
cd ..
npm run dev
Let me know if it works : )
@sidmohanty11 Now it's stucked here.
I see @sreenathkumar , you can see in the logs that PORT is not recognized. This is because the commands are specific to linux based terminals.
You can try this: https://stackoverflow.com/questions/47806623/unrecognized-port-command
Also, this is an amazing catch, it would be awesome if we can make a script to handle all this. What do you think?
@sidmohanty11 I have tried to make a script. But i think if we put PORT=4000 in the .env file and remove the PORT=4000 from the package.json is lot more easier. What is opinion about this idea? I have implement it and everything working good.
And, is there any test account to login in or i have to sign up?
Hi @sreenathkumar , has this issue been resolved?
@umangutkarsh no