Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 294 Bytes

DEV_INSTRUCTIONS.md

File metadata and controls

17 lines (12 loc) · 294 Bytes

Install NodeJS (version 10 or later) & NPM (https://nodejs.org/en/download).

npm install
npm install -g grunt
npm install -g typings
typings install

To build manually:
grunt

To automatically build on source code change:
grunt watch

Code formatter: Prettier