This guide will inform you on how to get started with building and modifying Jexactyl.
Firstly, we'll need to install the NodeJS package and also add Yarn so we can build the Panel's frontend.
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
apt install -y nodejsInstall Yarn and the dependencies needed for Jexactyl to be built.
npm i -g yarn
cd /var/www/jexactyl
yarn # Installs building dependencies.Next, refer to our building guide on how to build the frontend.