Skip to content

korverdev/korver.dev_old

Repository files navigation

korver.dev

Setup Instructions

  1. Install Node.js and NPM.

  2. 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