As you can see there are two subfolders: client and server. I just need the client to run. On my own computer I just do cd client && npm i && npm run dev and things work as expected. Im not sure how to approach this with replit? I already changed the run command in .replit but that didnt do it.