An open API service indexing awesome lists of open source software.

https://github.com/ciur/papermerge-js

Frontend part for papermerge backend.
https://github.com/ciur/papermerge-js

Last synced: 6 months ago
JSON representation

Frontend part for papermerge backend.

Awesome Lists containing this project

README

          

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