Secret keys are not commited. Before compile :
example.secret.ts
to secret.ts
inside src/app/core
folder"<enter the key>"
You can commit safely all files because all secret.ts
are ignored. Be careful to not enter the key in example.secret.ts
(which is not ignored).
Simply run these commands:
npm install
npm start