For Developers

Instruction for launching system for developers.

Before asking questions, look in the FAQ.

First launch

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

  2. npm ci

  3. (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 .

  4. npm run start:backend and npm run start:frontend for launch. You can check application here http://localhost:3001/

  5. Other settings are the same as for users

Last updated