Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 320 Bytes

man.md

File metadata and controls

23 lines (20 loc) · 320 Bytes

Dependencies

  1. NodeJS
  2. Yarn (optional / recommended)

How to use

Install dependencies:

yarn 

Create .env file at root folder, an example is provided at /etc/config

touch .env

Run via localhost:

yarn start

Optionally, generate interactive documentation (/api-doc)

yarn doc-gen