korver.dev Setup Instructions Install Node.js and NPM. Install dependencies: npm install Run Instructions To build the website once in the _site/ folder: npm run build To continually serve the website on a local server: npm start