Frontend tools Requirements Node.js with its npm command Local development setup open a shell and go to joinup theme folder: $ cd web/themes/joinup install local node dependencies: $ npm install to compile scss files: $ npm run css to watch scss files: $ npm run watch