Arduz PvP server
To run locally
- Create a copy of the file
config.base.jsonnamedconfig.json - Login and go to https://arduz.io/#/app/host-local
- Copy the
privateKeyvalue into theconfig.json - Run
npm install && npm startor using the Visual Studio Code debugger
You can now play your local server in https://arduz.io
To debug both arduz-sdk and PvP-server
Make sure your folder structure looks like this
~/code/
~/code/arduz-sdk
~/code/pvp-server
Then, to build incrementaly (and not minified code) run in this folder:
make watch-with-sdk
After it emits the code you must restart the server with:
make run-debug-server