- Node.js: v24+ (use
nvm useto switch to the correct version) - Package manager: Yarn
- Static site generator: Eleventy (11ty) 3.x
# Install dependencies
yarn install
# Start dev server with hot reload
yarn start
# Build for production
yarn build
# Clean build output
yarn clean_data/— Each file in this folder fetches or assigns data to the global scope based on the file namesrc/— Pages to be rendered on the site (.njk)_includes/layouts/— Base layout templates_site/— Build output (gitignored)