Reline Local GUI is the offline version of configurator.yor.ovh, allowing you to generate and instantly run a config file in a local environment.
Clone this repo, then install the dependencies with
npm install
To launch it, run:
npm run go
To build it run:
npm run dist
for Windows
npm run distlin
for Linux
Reline Local GUI — это оффлайн-версия configurator.yor.ovh, которая позволяет создавать конфиги и сразу запускать их выполнение в локальной среде.
Склонируйте репозиторий, затем установите зависимости через:
npm install
Для запуска, выполните:
npm run go
Для сборки выполните:
npm run dist
для Windows
npm run distlin
для Linux