Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 1.1 KB

In order to run the project locally, you will need these tools:

Tools

NVM : https://github.com/creationix/nvm

Using nvm, install node 20.x.x

Commit

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

Run Locally

To run the project:

  1. run nvm use if you have nvm installed
  2. run npm ci
  3. run npm start

Deploy

For the moment, there is no deployment. But when it will be available, you will use npm run release

Errors

If you got a "System limit for number of file watchers reached" error , take a look at this solution : StackOverFlow Watching Error