Lanceur d’application pour GNU/Linux
Go to file
wpetit 908b12ef20 Initial commit 2015-08-20 18:41:51 +02:00
css Initial commit 2015-08-20 18:41:51 +02:00
img Initial commit 2015-08-20 18:41:51 +02:00
js Initial commit 2015-08-20 18:41:51 +02:00
.editorconfig Initial commit 2015-08-20 18:41:51 +02:00
.gitignore Initial commit 2015-08-20 18:41:51 +02:00
Gruntfile.js Initial commit 2015-08-20 18:41:51 +02:00
LICENSE Initial commit 2015-08-20 18:41:51 +02:00
README.md Initial commit 2015-08-20 18:41:51 +02:00
default-profile.json Initial commit 2015-08-20 18:41:51 +02:00
index.html Initial commit 2015-08-20 18:41:51 +02:00
package.json Initial commit 2015-08-20 18:41:51 +02:00

README.md

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.