Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 252 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 252 Bytes

AIS-worker

Prerequisites

  • npm i
  • Copy .env.example to .env and fill out appropiate values
  • git submodule update --init --recursive

Development

  • npm run dev

Running Tests

npm run test npm run test:cov to show coverage