Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Software

This tutorial requires Node.js (v18 or later) and TypeScript. Verify they are installed:

node --version

v22.15.0

Clone the Repository

Clone the tutorial repository and install dependencies:

git clone https://github.com/irbull/llms-the-hard-way.git
cd llms-the-hard-way
npm install