Developers Guide

January 20, 2024 · View on GitHub

Developers Guide

About • Prerequisites • Useful Commands


About

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

Prerequisites

Install the following software

  • Docker
  • mise
  • Node

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

Contents

  1. 1About
  2. 2Prerequisites
  3. 3Useful Commands