- Click the top left where it says arras-template
- Remix the project
- Give your new project a name
- Your private server name will be at http://arras.surge.sh/#private=new-name-here.glitch.me (replace
new-name-here
with it's new name)
- Open the file at the left named
🔑 .env
- Fill it in with
SECRET=aSecretPasswordHere
- Open the private server with http://arras.surge.sh/#private=new-name-here.glitch.me;aSecretPasswordHere (replace
aSecretPasswordHere
with the password) - The map/config data are in the
config.js
file - The tank data are in the
lib/definitions.js
file - Other stuff (score curve, stat amount) are in the
server.js
file