First steps

1. Clone Root directory on GitHub

Root is a core design design system, developed by Function. Utilize this framework to organize and apply inital styles to your project.

2a. Install node

Node.js is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side.

Download node
2b. Install npm

npm is the package manager for JavaScript and the world’s largest software registry

npm install
3. Install Gulp

gulp.js is an open-source JavaScript toolkit that isused as a streaming build system in front-end web development.

npm install gulp-cli -g
npm install gulp -D
touch gulpfile.js
gulp --help
NPM root-well

View tutorial here

View root-well