In order to run the project locally, you will need these tools:
NVM : https://github.com/creationix/nvm
Using nvm, install node 10.x.x
Please respect theses guidlines when contributing with commits : https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit
To run the project:
- run
nvm use
if you have nvm installed - run
npm install
- 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