362 B
362 B
Kaki
Application loader
Getting started
git clone <repo>
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.