Create a live reload for fastpages on Mac

Currently if I make any changes to my website and push them than I will see the result 3 minutes after push. How can I use live reload for directly seeing changes in the website on Mac (Visual Studio Code)? It seems like jekyll serve --livereload should do his job but I cannot see through the jungle of requirements which I need to run this command (I am new to Jekyll). Thanks!

1 Like