How to launch via CLI - dapucita/haxbotron GitHub Wiki
THIS DOCUMENT IS OUTDATED.
YOU DON'T NEED TO USE CLI. YOU CAN MANAGE YOUR SERVER ON WEB-BASED SYSTEM.
How to launch via CLI
You can use special script to operate programs on the command line.
This feature is useful in server environments, such as Linux.
This script is provided temporarily until it is completely revised and integrated into application in the future.
You can launch the host via cli.ts
.
Open command line and type it like below:
npm run cli
If you didn't build yet, you have to build it first like below:
npm run build
npm run cli