/abaplan-core

Core ABAPlan project

Primary LanguageTypeScriptMIT LicenseMIT

Abaplan Core project

Build Status

Prerequisite to contribute

Secret keys

Secret keys are not commited. Before compile :

  • rename example.secret.ts to secret.ts inside src/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).

Run the project

Simply run these commands:

npm install
npm start