Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 806 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 806 Bytes

Stracciatella Toolset

This is a prototye desktop application with the goal of being an editor for mods for JA2 Stracciatella.

Features

This app currently allows editing json data for JA2 Stracciatella only. Some JSONs might still be missing or broken.

Install

Install build dependencies:

Clone the repo and install node dependencies:

npm install

Starting Development

Start the app in the dev environment:

npm start

Linting & Formatting

Linting:

npm run lint

Auto-fix:

npm run lint -- --fix

Packaging the App

To package apps for the local platform:

npm run package

License

MIT © JA2 Stracciatella Team