Run and work on my Jekyll site

Run the server in terminal tab 1:

npm start‌

Run the watcher (for live reloading of changes) in terminal tab 2:

npm run watch

Last updated