Get the repo onto your local machine (or download zip)
Install npm packages:
$ npm i
Start working:
$ gulp
Make a production build
$ gulp build
βββ gulpfile.js/ # Config Gulp.js
βββ source/ # Developing folder
βββ articles # Folder with articles from services block in html
βββ assets # Folder with ready styles, images and fonts
βββ css
βββ style.min.css
βββ fonts
βββ images
βββ fonts # Folder for fonts (woff/woff2)
βββ images
βββ icons # Going to sprite.svg via $ gulp sprite
βββ blog # Folder with articles from blog in html
βββ layout # Dev folder with all components in twig
βββ articles
βββ blog
βββ blog-page
βββ components
βββ error-page
βββ main-page
βββ js
βββ min
βββ libs.min.js
βββ main.js
βββ scss
βββ colors.scss # Variables for colors
βββ extra.scss # For global styles
βββ fonts.scss # Turning on fonts
βββ grid.scss # Turning on grid styles
βββ libs.scss # Turning on styles libs
βββ media.scss # For media mixin
βββ media.scss # For spaces mixin
βββ style.scss # Importing all style files
βββ -section-.scss # Styles for section
β βββ index.html and other main pages
βββ .gitignore # List of gitignore files
βββ package.json # Config file
βββ package-lock.json # Config file
βββ README.md # Documentation