pitaya-launcher/README.md

29 lines
362 B
Markdown
Raw Normal View History

2015-08-20 18:41:51 +02:00
# 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](http://nvie.com/posts/a-successful-git-branching-model/).