How to self-host iHorizon ?

There are only a few software needed:

  • NodeJS (18 or higher required)
  • Npm (With NodeJS)

How to configure the bot ?

Open config.example.ts in a text editor (e.g., Notepad, VSCode), enter your information, and rename it to config.ts.

After your configuration in the config.ts:

Linux & Mac OS

  • node -v && npm -v

If it shows an error, please install npm and Node.js.

  • yarn
  • npm build && npm start