Skip to main content

2 docs tagged with "tutorial"

View all tags

Build a Local LLM App

A hands-on guide to running a model locally with Ollama or LM Studio and talking to it from your own simple app - with copy-paste code for a browser app, a Node.js CLI, and the OpenAI SDK.

Build a Simple Blog Page

A super-beginner, start-to-finish tutorial for building a simple blog page using only HTML, CSS, and vanilla JavaScript - with an optional section on adding Vite later.