#pgp_docs

1 messages · Page 1 of 1 (latest)

finite schoonerBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1235776398770311239

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

shell wraith
#

I believe you can just run yarn start to get the test server up and running

valid bone
#

I am using this repo and this command simply returns:
No such file or directory: 'start'

shell wraith
#

you should cd to the server folder and run this command, make sure you execute yarn install to install the dependencies first.

valid bone
#

no such file or directory "install"

shell wraith
#

Have you installed yarn ?

valid bone
#

I believe so.
When I type yarn --version
I get :
0.32+git

shell wraith
#

OK. what's your current directory?

valid bone
#

I have tried both
yarn install && yarn start
in the root, in client, in server