Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 792 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 792 Bytes

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

Tools

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

Using nvm, install node 10.x.x

Commit

Please respect theses guidlines when contributing with commits : https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit

Run Locally

To run the project:

  1. run nvm use if you have nvm installed
  2. run npm install
  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