Synathina Joomla project
You will need to have npm and node.js installed on your machine
cd templates/synathina
npm install
(this might take a little while on the 1st run since it will take care of all the dependencies for you)
npm run watch
npm run build
In order to make a web pack bundle on Linux, you need to install libpng16-dev
(sudo apt-get install libpng16-dev
).