Hello,
I do not understand how to setup a RPGJS server, and I cannot find documentation articles about it?
Are client and server supposed to be two separate projects, or are they both spawned with:
npx degit rpgjs/starter my-rpg-game
cd my-rpg-game
npm install
npm run dev
and they belong to the same project folder?
I've tried to look at the examples to understand the difference, but they don't seem to work.
I cannot run them by following the:
"The game can be found in @rpgjs/sample2 package."