Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

pix-orga

Pix-Orga s’adresse à toutes les organisations francophones (entreprises privées, associations, établissements scolaires ou supérieurs) qui souhaitent accompagner leurs utilisateurs prescrits.

Le service se présente sous la forme d’une plateforme en ligne de gestion de campagne d'évaluation.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone git@github.com:1024pix/pix-orga.git
  • cd pix-orga
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • npm test
  • ember exam --serve --reporter dot

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Standards

Style

  • CSS Methodology : BEM (Block, Element, Modifier)
  • CSS units : fonts (size, lettering ans letter-spaces) in rem and positions (padding, border and margin) in px