For Developers

Instruction for launching system for developers.

  1. Install NodeJS https://nodejs.org/en

  2. git clone ...

  3. npm ci

  4. (only for PREMIUM users) If you want to decrypt premium folder in src and validate code, you need to fill LICENSE in launchParams.jsonc and run npm run decrypt-premium .

  5. Find here an action which you want to run.

  6. Fill launchParams.jsonc for your action (instruction here) and functionParams.jsonc for your action (instruction here).

  7. Fill secrets/secretStorage/decrypted/secretStorage.jsonc for your action (instruction here). If you want to work with encrypted secretStorage, instruction here.

  8. Fill secrets/accounts/decrypted folder with xlsx files. You can use accs.xlsx. The only required column is Account. It is the name of account and must be a number (1,2,3...). Other columns should be filled only if they are needed by your action. If you want to work with encrypted files, instruction here.

  9. npm run start for first launch. For next launches you can use npm run restart

Last updated