Skip to content
Snippets Groups Projects
user avatar
Eugen Ciur authored
fc660b3a
History

PapermergeJS

PapermergeJS is frontend part i.e. web-based user interface of Papermerge Document Management System. It is meant to be used in conjunction with Papermerge REST API backend server.

Prerequisites

In general, all you need to run this application is a modern web browser like Google Chrome or Mozilla Firefox, however if you plan to run application in development mode, you will need some extras:

Technically speaking, PapermergeJS is written using EmberJS web framework.

Installation

  • git clone git@github.com:papermerge/papermerge.js.git this repository
  • cd papermerge.js
  • npm install

Running / Development

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint

Building

  • ember build (development)
  • ember build --environment production (production)