Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 682 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 682 Bytes

CURRENTLY NOT UNDER ACTIVE DEVELOPMENT

Paperify

dependencies Status License: GPL v3

About

A lightweight, yet powerful markup and document conversion web interface (React) using Pandoc at the backend.

Developement

After cloning do

$ yarn && yarn start

then navigate your browser to http://localhost:4200.

Production

Run

$ yarn build

then copy the build files from build/ to your webserver