Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 311 Bytes

File metadata and controls

19 lines (10 loc) · 311 Bytes

cberes.com

My (Corey Beres) personal homepage at https://cberes.com.

Building

You need Node.js.

Install dependencies:

npm install

Build the website to the _site directory:

npx @11ty/eleventy

Build the website with a local web server:

npx @11ty/eleventy --serve