29 lines
362 B
Markdown
29 lines
362 B
Markdown
|
# 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/).
|