- Create a copy of the file
config.base.json
namedconfig.json
- Login and go to https://arduz.io/#/app/host-local
- Copy the
privateKey
value into theconfig.json
- Run
npm install && npm start
or using the Visual Studio Code debugger
You can now play your local server in https://arduz.io
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