A preparatory guide to align your technical understanding before beginning web development sessions.
This document covers:
- Prerequisites — Tools, accounts, and setup needed before the first session
- Recommended Videos — Curated learning resources to build foundational knowledge
- Installation Guide — Step-by-step setup for Node.js, Git, and VS Code
Get the latest PDF from Releases.
make buildmake docker-buildmake watch # local Typst
make docker-watch # Docker- Typst 0.14+ (or Docker)
- curl (for downloading Discord widget)
src/
├── main.typ # Entry point
├── config.typ # Document styling and setup
├── lib.typ # Reusable components
├── titlepage.typ # Cover page
├── closingpage.typ # Final page
└── chapters/
├── prerequisites.typ
├── videos.typ
└── installation.typ
fonts/ # Custom fonts (Inter, Tabler Icons)
icons/ # SVG icons for chips
- Make changes to
.typfiles insrc/ - Run
make buildto compile - Check
build/main.pdffor output
© 2026 Anish Shobith P S