Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 316 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 316 Bytes

PDF Generator

Development

  1. Install all npm packages using npm i;
  2. Enable Redis on default port (6379);
  3. Make sure Chrome and related system libraries installed;
  4. Rename .env.example to .env, change variables if needed;
  5. Use npm run serve to start server.

Requirements

  • Node.js >= 12