The .nvmrc file will let you know the correct Node version. Using FNM it will automatically change to the correct version.
Install all of the front end requisites using yarn.
This task will watch for changes of scss or javascript files and compile them as you work.
yarn run watch;
Once you have finished development and you are happy with your changes, compile the scss and javascript
yarn run build;