Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 345 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 345 Bytes

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