Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 722 Bytes

DEVELOPERS_GUIDE.md

File metadata and controls

60 lines (39 loc) · 722 Bytes

Developers Guide

AboutPrerequisitesUseful Commands


About

This document describes setting up your development environment to build and test this project.

Prerequisites

Install the following software

Useful Commands

Install tools and dependencies

npm install && npm run install:all

Lint project

npm run lint

Compile project

npm run build

Run tests

npm run test

Clean generated files

npm run clean