Lanceur d’application pour GNU/Linux
Go to file
wpetit cdf967750d Renommage projet en Pitaya 2015-08-26 14:08:12 +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 Renommage projet en Pitaya 2015-08-26 14:08:12 +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 Renommage projet en Pitaya 2015-08-26 14:08:12 +02:00
LICENSE Initial commit 2015-08-20 18:41:51 +02:00
README.md Renommage projet en Pitaya 2015-08-26 14:08:12 +02:00
default-profile.json Initial commit 2015-08-20 18:41:51 +02:00
index.html Renommage projet en Pitaya 2015-08-26 14:08:12 +02:00
package.json Renommage projet en Pitaya 2015-08-26 14:08:12 +02:00

README.md

Pitaya

Lanceur d'application pour Linux

Démarrer avec les sources

Dépendences de développement

  • NodeJS - Dernière version stable, testé sur la 0.12.*
  • NPM - Normalement automatiquement installé avec NodeJS.

Initialisation du projet

git clone <repo>
cd pitaya
git checkout develop
npm install
npm start

Options

--profile=<chemin_profile>    Chemin vers le fichier de profil à charger dans l'application.

Passer des options en développement

npm start -- [options...]

Exemple:

npm start -- --profile=my-profile.json

Comment construire l'application depuis les sources

npm run build

Un dossier pitaya-<version>-<target>-<arch> sera créé dans le répertoire ./build. Celui ci contient tous les fichiers nécessaires à l'application.

Comment contribuer

Ce projet utilise la méthodologie Git Flow.