Requirements
- Node
- NPM
Quick Start
If you've previously installed gulp globally, run npm rm --global gulp before following these instructions. For more information, read this Sip.
node --version

npm --version

npx --version

If they are not installed, you can install node.js from self service. I am currently using node.js v18.20.1 but this will change over time.
Install the gulp command line utility
npm install --global gulp-cli
Install the project gulp files
cd workspace/PROJECT-NAME/dev
npm install
This will install the node modules needed to run gulp as these are excluded from git.
If everything has installed correctly you can now run gulp in the project and compile the SCSS into CSS.
cd workspace/PROJECT-NAME/dev
gulp
