Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 293 Bytes

DEV.md

File metadata and controls

28 lines (18 loc) · 293 Bytes

Requirements

Please, always rebase from remote/dev

  • node.js >= 10
  • yarn

Build

$ yarn build

Build (live refresh)

Uses nodemon to auto-restart for changes.

$ yarn build:live

Test

Using ava to run tests in folder test

$ yarn test