You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,10 @@ Run `npm install` to install the required node_modules for this project.
31
31
Run `ng serve` to run the app in dev mode. After executing this command, you can navigate to `http://localhost:4200/` to see the app working.
32
32
The app will automatically reload if you change anything in the source files.
33
33
34
-
## Prepare your environment
34
+
## Prepare your environment
35
35
36
36
### Set environment variables
37
-
Create a file keys.ts with the content pinned in our slack channel:
37
+
Create a file keys.ts in the path `src/enviroment`with the content pinned in our slack channel:
38
38
39
39
```
40
40
export const AUTHORITY = 'XXX';
@@ -54,9 +54,9 @@ Install the following extensions:
54
54
- Go to user settings (`settings.json`) and enable formatting on save: `"editor.formatOnSave": true`.
55
55
56
56
### Commit messages format
57
-
Commit messages' format follows the [Conventional Commits guidelines](https://www.conventionalcommits.org/en/v1.0.0/#summary) specification,
58
-
and specifically we are relying on the [Angular commit specifications](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines) to bump the [semantic version](https://semver.org/) and generate app change log.
59
-
57
+
Commit messages' format follows the [Conventional Commits guidelines](https://www.conventionalcommits.org/en/v1.0.0/#summary) specification,
58
+
and specifically we are relying on the [Angular commit specifications](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines) to bump the [semantic version](https://semver.org/) and generate app change log.
59
+
60
60
Below there are some common examples you can use for your commit messages:
61
61
62
62
-**feat**: A new feature.
@@ -67,10 +67,13 @@ Install the following extensions:
67
67
-**docs**: Documentation only changes.
68
68
-**refactor**: A code change that neither fixes a bug nor adds a feature.
69
69
-**style**: Changes that do not affect the meaning of the code (typos, white-space, formatting, missing semi-colons, etc).
70
-
It is important to mention that this key is not related to css styles.
70
+
It is important to mention that this key is not related to css styles.
71
71
-**test**: Adding missing tests or correcting existing tests.
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
"errorMessage": "Your commit message needs to start with TT-number fix:, feat:, or perf: followed by any commit message, e.g. TT-43 fix: any commit message"
0 commit comments