1.0.0-20200418204624.commit-51e96fa • Published 4 years ago

arduz-pvp-server v1.0.0-20200418204624.commit-51e96fa

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

Arduz PvP server

To run locally

  1. Create a copy of the file config.base.json named config.json
  2. Login and go to https://arduz.io/#/app/host-local
  3. Copy the privateKey value into the config.json
  4. Run npm install && npm start

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