Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 415 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 415 Bytes

Start locally

$ npm i -D
$ npm start

Additional information

  1. You will need to create a local certificate for testing consisting of the files: server.crt and server.key
  2. You will need to have all the images files for both covers and thumbnails in the images/covers and images/thumbs folders

Lint project

$ npm run lint

Build project

$ npm run build