Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 383 Bytes

building.md

File metadata and controls

21 lines (14 loc) · 383 Bytes

Build System

This project uses webpack to build the software.

Pre-requisites:

NodeJs - click to visit web site for installation instructions.

Common Tasks

Update dependencies (after each pull):

npm install

Running the build:

npm start

Automatically running the build after each source change:

npm run watch