How would I edit the SCSS files on this Bootstrap theme?

I downloaded this https://startbootstrap.com/template-overviews/freelancer/ Bootstrap theme and I’m attemping to edit the SCSS file but I can get it to compile. Typically I use the sass --watch command on my terminal. It doesn’t seem to work with this theme.

The file structure of the project looks like this:

The command sass --watch ‘/home/nick/Desktop/stabootstrap-freelancer-gh-pages/scss/’ doesn’t seem to get the css to update. I’m guessing I’m “watching” the wrong directory?

From the screenshot, it looks like you’re building into the same directory: if you look in your scss dir, there’s CSS output in it. Just specify a path for the output like sass --watch ./home/blahblah/scss ./css/freelancer.css