I'm confused, I must be doing something wrong
I used command "stacks mkstack"
I enter openrouter API key
I get Dork and command him to build a simple client
I get a response with code that seems like it fulfills my request
Now what?
I try 'npm run dev', but I'm left with a blank page as if the code wasn't modified.
I close Dork, look at the code and I'm not seeing the additions it claimed it made (unless I'm looking in the wrong areas).
Any advice? Wondering if it's related to the error I tagged you in or not.
Login to reply
Replies (3)
Look at the developer console. Maybe the are errors that need to be fixed. Copy and paste them into the dork command line and have him fix them.
My guess is you are running npm run dev in a different directory than you ran Dork. After dork finished the first prompt, bc sure you CD into the directory it creates!
Oh that's a fair point. He could be outside the project directory. I've done that 🤣