Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 657 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 657 Bytes

ECOMASH mod of AIRMASH

Setup services

  1. leaderboard
  2. backend

Building and deployment

  1. Change modBackendUrl in src/Game.js to the correct backend url
  2. npm install && npm run build

The output will be created in dist/, and can be served using a local web server for testing (e.g. something like cd dist ; python3 -m http.server).

For development, DEBUG=1 npm run build cuts build time down by disabling minification.

preview image