Dependencies
Here we'll be downloading the dependencies required in order to download the dashboard.
Dependencies
NodeJS
NPM
Git
Installing Nodejs
To Install Nodejs Type The Following command In Terminal
sudo apt-get install nodejs
Once that's install you can install NPM.
sudo apt install npm
Installing Git
apt-get install git
Last updated