Skip to content

nothaldir/HETIC-H2O-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HETIC-P2019-18

About

School project made in 2016.

Installation

Install NodeJs

Go to NodeJS.org for installation.

Install Sass

Go to sass-lang.com/install for installation in command line.

Install Python

Install Python for the font icon.

Install Bourbon

In your terminal :

gem install 'bourbon'

If you have an error saying "You don't have write permissions", use :

sudo gem install 'bourbon'

Install Gulp

We begin by installing Gulp in global mode with -g.

npm install -g gulp

To check if everything is installed and Gulp is active:

gulp -v

Download the dependencies NPM

npm install

Gulp Task

Run project

gulp

Documentation

Git commit messages naming convention

type(scope): subject

Allowed values:

  • feat (new feature)
  • fix (bug fix)
  • change (changes/updates to an existing feature)
  • docs (changes to the documentation)

CSS naming convention

BEM with a modified syntax for Windows compatibility

Block-element--modifier