This is a prototye desktop application with the goal of being an editor for mods for JA2 Stracciatella.
This app currently allows editing json data for JA2 Stracciatella only. Some JSONs might still be missing or broken.
Install build dependencies:
Clone the repo and install node dependencies:
npm installStart the app in the dev environment:
npm startLinting:
npm run lint
Auto-fix:
npm run lint -- --fix
To package apps for the local platform:
npm run packageMIT © JA2 Stracciatella Team