Make sure you have npm installed running the following command:
npm --versionIf not, install it like this:
For Manjaro and Arch
sudo pacman -S npmFor Fedora and Ubuntu
sudo apt install npmIf so or after installing npm do this to install all dependencies:
npm installTo run the development server:
make run