-
Node 14+
-
Yarn 1.22+
-
Install requirements
-
Clone the repository
-
Run
yarn
to install dependencies
-
Run
yarn start
to start building & watching in development mode -
Commit adhering to Angular commit convention (use
yarn commit
or Conventional Commits in Visual Studio Code to commit interactively) -
Submit a PR and make sure required status checks pass
-
When a PR is merged or code is pushed to
main
, Github automatically builds & publishes a new release if there are relevant changes