Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 1.13 KB

File metadata and controls

71 lines (43 loc) · 1.13 KB

Stracciatella Toolset

A desktop application to create mods for JA2 Straccatella.

Screenshow

Features

This app currently allows editing json data for JA2 Stracciatella. Most json files are supported, although some might still be missing. Known missing files are:

  • Dealer Inventories
  • Translations

Install

The best way to install the app is to download the latest release from the releases page.

Development Setup

Install build dependencies:

Clone the repo and install node dependencies:

npm install

Starting the App for Development

Start the app in the dev environment:

npm start

Testing

You can run the following commands:

Typechecking:

npm run tsc:check

Linting:

npm run lint

Tests (in watch mode):

npm run test:watch

Packaging the App

To package apps for the local platform:

npm run package

License

MIT © JA2 Stracciatella Team