Skip to content

Latest commit

 

History

History
executable file
·
48 lines (32 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

executable file
·
48 lines (32 loc) · 1.11 KB

Contributw


Getting Started

Requirements

  • Node.js >= 20 (with corepack enabled)

Install

git clone --recursive https://github.com/ivangabriele/firept-workspace-sample.git
yarn

Updating submodules: git submodule update --remote --merge (when workspace-sample/ has new remote commits).

Run

yarn dev

Test

  • Unit tests: yarn test:unit
  • Unit tests (watch mode): yarn test:unit:watch
  • E2E tests: yarn test:e2e
  • E2E tests (watch mode): yarn test:e2e:watch

Code of Conduct

Help us keep this project open and inclusive. Please read and follow our Code of Conduct.

Commit Message Format

This repository follow the Conventional Commits specification and in particular the Angular Commit Message Guidelines.