- Read the wiki
Secret keys are not commited. Before compile :
- rename
example.secret.ts
tosecret.ts
insidesrc/app/core
folder - enter google geocode key instead of
"<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