Developers Guide
January 20, 2024 · View on GitHub
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