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.
- Host: GitHub
- URL: https://github.com/ciur/papermerge-js
- Owner: ciur
- License: other
- Created: 2020-01-08T17:58:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T14:16:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T13:22:32.069Z (7 months ago)
- Language: JavaScript
- Size: 3.03 MB
- Stars: 10
- Watchers: 3
- Forks: 9
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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