Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 294 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 294 Bytes

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