Frontend (js, scss, images, fonts, icons) project for PapermergeDMS.
This project depends on nodejs and npm.
Make sure you have node.js installed. On Ubuntu Linux:
sudo apt install nodejs npm
Run:
npm install
Above command will install npm dependecies.
Watch current project (i.e. rebuid in development mode everytime a file changes):
npm run watch
Build static files for development mode (i.e debug version):
npm run dev
Build static files for production (i.e. minified version):
npm run prod