Install nvm, and run nvm use to set right Node version.
Run npm install to install required packages.
Run npm run watch to build CSS from SCSS on the run for development purposes.
Run npm run build to build compressed and autoprefixed CSS for production.