nothaldir / HETIC-H2O-Project

Home Page:http://alex-berneau.com/hetic/H3/H2O/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

http://alex-berneau.com/hetic/H3/H2O/


Languages

Language:HTML 65.5%Language:CSS 21.6%Language:JavaScript 12.9%