Help me with a local running website with Makefile
Budget: $10 – $30 USD
I am running a project locally using a Makefile, help me understand how this works and why my local server is looping and why the npm cache folder is larger than 100g (see attachment)
serve: PARALLEL-exists
@$(MAKE) default
@parallel -u ::: "$(MAKE) watch" "$(MAKE) -C site serve"
serve: PARALLEL-exists
@$(MAKE) default
@parallel -u ::: "$(MAKE) watch" "$(MAKE) -C site serve"