Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daktary-team/daktary
https://github.com/daktary-team/daktary
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daktary-team/daktary
- Owner: daktary-team
- License: other
- Created: 2016-03-03T13:07:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T15:08:13.000Z (over 6 years ago)
- Last Synced: 2024-08-01T12:33:59.722Z (3 months ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 8
- Watchers: 6
- Forks: 24
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - daktary-team/daktary - (others)
README
# Daktary
## US en cours
US-A1
## Serveurs
Prod : http://www.multibao.org
Pré-prod : http://dev.multibao.orgHébergement :
* [Github Pages](https://pages.github.com)
* mltb-dktr## Technologies
Langages :
Accès : http://www.multibao.org/index-dev.html
* [ES6](https://developer.mozilla.org/en-US/docs/Web/JavaScript/New_in_JavaScript/ECMAScript_6_support_in_Mozilla)Tests unitaires :
Accès : http://www.multibao.org/tests
* [Mocha](https://mochajs.org/)
* [Expect](https://github.com/Automattic/expect.js)Minification et transpilation (build) :
Accès : http://www.multibao.org
* [Babel](http://babeljs.io) : Transpilation en ES5 et fusion des fichiers
* [UglifyJs](https://github.com/mishoo/UglifyJS) : Minification des fichiers JS
* [UglifyCss](https://github.com/fmarcia/UglifyCSS) : Minification des fichiers CSS* [npm]() utilisé pour le build
```bash
$ npm install
$ npm run build
```## Installer le site en local
```bash
$ git clone [email protected]: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
```bash
$ http-server -p 8000
```## Pour lancer les tests
Dans un [Firefox](https://www.mozilla.org/fr/firefox/developer/) **récent** lancer :
http://127.0.0.1:8000/tests## Pour minifier et transpiler
```bash
$ npm install
$ npm run build
```## Credits
Thomas Wolff : Product Owner
Stéphane Langlois : Développement
Erick Gardin : Intégration
Aymeric Faivre : 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
* Regarder GitBook
* Affichage fiches : [exemple des balises HTML](http://dev.multibao.org/#newick/grill/blob/master/styleguide.md)