The 2024 revamped portfolio and blog of Chris L Henrick, using Eleventy.JS. Migrated from a previous Jekyll implementation.
Make sure to use a compatible NodeJS version (see .nvmrc).
Install dependencies using npm:
npm installTo start the dev server:
npm startTo create a build in the _site directory:
npm run build