In order to run the project locally, you will need these tools:
NVM : https://github.com/creationix/nvm
Using nvm, install node 20.x.x
Please respect theses guidlines when contributing with commits : https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
Summary:
<type>(<scope>): <short summary>
│ │ │
│ │ └─⫸ Summary in present tense. Not capitalized. No period at the end.
│ │
│ └─⫸ Commit Scope: common|core|theme
│
└─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test|chore
To run the project:
- run
nvm use
if you have nvm installed - run
npm ci
- run
npm start
For the moment, there is no deployment. But when it will be available, you will use npm run release
If you got a "System limit for number of file watchers reached" error , take a look at this solution : StackOverFlow Watching Error