# Kaki Application loader ## Getting started ``` git clone cd kaki git checkout develop npm install npm start ``` ### Passing options in development ``` npm start -- [options...] ``` Exemple: ``` npm start -- --profile=my-profile.json ``` ## How to contribute This project uses [Git Flow](http://nvie.com/posts/a-successful-git-branching-model/).