Cloud API for saves, configuration and asset storage for GTA San Andreas.
The API has 3 dependencies. mysql, redis and aws s3.
Please ensure all are setup and configured in config/development.json (see config/default.json for an example config).
First, install the dependencies:
npm installThen you can start the server:
npm startWhen writing code, please lint your code before committing:
npm run lint