Closed EagleEye2010 closed 1 year ago
what problem are you having exactly?
I am trying to run this github codespaces, and it's getting the right files, I just don't know where to put the surviv reloaded client.
Here is the uploaded server:
And the uploaded client into the "public" directory:
Now how do I run it? Thanks.
You're almost there. All you have to do now is run these commands:
npm install
npm run build
npm run dev
I thought npm install was for installing a package
Also it returns an error when I run any of these commands
What's the error?
Here is an image of it not working. It returns the same thing for npm run build
and npm run dev
Are you sure you cloned the repo correctly? The following sequence of commands should work:
git clone https://github.com/SurvivReloaded/survivreloaded-server
cd survivreloaded-server
git clone https://github.com/SurvivReloaded/survivreloaded-client public
npm install
npm run build
npm run dev
Oh did not realize I had to do cd survivreloaded-server
. That seems to do the trick. Thanks!
It's self explanatory. Any help would be appreciated. Thanks!