guys sorry for the newbie question but what do I h...
# help
c
guys sorry for the newbie question but what do I have to do to run the console locally? I noticed there isn’t either a package-lock or a yarn.lock file, and when I install the packages (with both npm or yarn) it’s complaining about missing dependencies I’m asking that to try to help with an issue
t
Hey can you tell me more about what you're trying to do?
You shouldn't have to run the console locally
Just go here with sst start running: console.serverless-stack.com/
c
lol maybe that was the problem I was checking the issues and found this one I might be able to help
t
Ah gotcha - if you're trying to work on the console run yarn in the project root
Then yarn dev in the console folder
c
oh so it's in the project root, i was trying to do it on the console's folder
ok, will try it - thanks
t
Should work in either