- Node.js >= 20 (with corepack enabled)
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).
yarn dev
- 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
Help us keep this project open and inclusive. Please read and follow our Code of Conduct.
This repository follow the Conventional Commits specification and in particular the Angular Commit Message Guidelines.