Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 326 Bytes

File metadata and controls

32 lines (24 loc) · 326 Bytes

Setting

  • installation
$ yarn add
  • .env
$ cp .env.example .env
  • ormconfig.json
$ cp ormconfig.example.json ormconfig.json

Running the app

$ yarn run start:dev

Run Apidoc

# apidoc build
$ yarn run apidoc:build

# apidoc start
$ yarn run apidoc:start