Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 235 Bytes

DEV_GUIDELINES.md

File metadata and controls

16 lines (10 loc) · 235 Bytes

Development

Run npm install to get all node_modules that are necessary for development. Refer to scripts under package.json for more useful commands.

Build

$ npm run build:dev

Test

$ npm run test