korver.devSetup InstructionsInstall Node.js and NPM.Install dependencies:npm installRun InstructionsTo build the website once in the _site/ folder:npm run buildTo continually serve the website on a local server:npm start