ABAPlan / abaplan-core

Core ABAPlan project
MIT License
4 stars 2 forks source link

Abaplan Core project

Build Status

Prerequisite to contribute

Secret keys

Secret keys are not commited. Before compile :

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