Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 229 Bytes

DEV_GUIDELINES.md

File metadata and controls

15 lines (10 loc) · 229 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

Test

$ npm run test