Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 800 Bytes

File metadata and controls

31 lines (20 loc) · 800 Bytes

asc-workshop

Materials for Asturias Software Crafters workshop sessions. The main deck is an LLMOps platform session: running and governing AI systems in production, not just demos.

Slides (Slidev)

The workshop deck lives at the repository root (slides.md, public/, layouts/, …). Built with Slidev.

npm install
npm run dev

That starts the dev server and opens the browser.

npm run build

outputs a static site to dist/.

npm run export

produces PDF (see Slidev export docs).

Workshop manifests

  • kind/ — local kind + vLLM manifests (Part 1).
  • eks/EKS cluster config, Helm values, and LiteLLM / Ollama manifests (Part 2).