This repository contains the source code for my business website (ok, web page) at fullhack.dev.
- Node.js version 18 or later.
Clone the repository and run the following commands to install the dependencies and start the Eleventy local development server:
npm i
npm start