fuentesloic / daktary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daktary

US en cours

US-A1

Serveurs

Prod : http://www.multibao.org Pré-prod : http://dev.multibao.org

Hébergement :

Technologies

Langages : Accès : http://www.multibao.org/index-dev.html

Tests unitaires : Accès : http://www.multibao.org/tests

Minification et transpilation (build) : Accès : http://www.multibao.org

  • Babel : Transpilation en ES5 et fusion des fichiers

  • UglifyJs : Minification des fichiers JS

  • UglifyCss : Minification des fichiers CSS

  • npm utilisé pour le build

$ npm install
$ npm run build

Installer le site en local

$ git clone git@github.com:daktary-team/daktary.git .
$ cd daktary

Serveur local

C'est optionnel, mais les exemples qui suivent sont testés sur un serveur local.

https://github.com/indexzero/http-server

$ http-server -p 8000

Pour lancer les tests

Dans un Firefox récent lancer : http://127.0.0.1:8000/tests

Pour minifier et transpiler

$ npm install
$ npm run build

Credits

Thomas Wolff : Product Owner Stéphane Langlois : Développement Erik Gardin : Intégration Aymeric Favre : Web Design Xavier Caodic : Documentation Louise Berrotte : Interviews, accompagnement contributeurs Lilian Ricaud : Affinage Backlog Claude Aubry : Affinage Backlog Vincent Ferries : Code review David Larlet : Code review David Bruant : Code review Vincent Agnano : Anywhere

Suivi des tâches de développement web

A creuser

À prévoir

  • Classement par le titre
  • Merge contribution et breadcrumb parent repo
  • Link absolute/relatif
  • recherche en home
  • Travis
  • Simplify tests writes merge on async
  • Doc de développement

Discussion intégration

About

License:Other


Languages

Language:JavaScript 67.0%Language:CSS 17.8%Language:HTML 13.3%Language:Shell 1.9%