The following development tools must be available in your local environment:
- Task - task runner tool
ⓘ If you only want to test an existing version of the project, automatically generated builds are available for download without building from source. See the instructions in the beta testing guide.
You can build the project by running this command from the root folder of the project:
task build
Checks and tests are set up to ensure the project content is functional and compliant with the established standards.
You can run the checks by running this command from the root folder of the project:
task check
Tools are provided to automatically bring the project into compliance with some of the required checks.
You can make these automatic fixes by running this command from the root folder of the project:
task fix