Skip to content

ciur/papermerge-js

Repository files navigation

Papermerge-js

Frontend (js, scss, images, fonts, icons) project for PapermergeDMS.

Requirements

This project depends on nodejs and npm.

  1. Make sure you have node.js installed. On Ubuntu Linux:

    sudo apt install nodejs npm
  2. Run:

    npm install 

Above command will install npm dependecies.

Usage

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