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 install
Start the app in the dev
environment:
npm start
Linting:
npm run lint
Auto-fix:
npm run lint -- --fix
To package apps for the local platform:
npm run package
MIT © JA2 Stracciatella Team