Course
This is a work-in-progress course in Small Web development aimed at absolute beginners.
1. Hello, Kitten!
Install Kitten and build and serve your first web page.
Topics covered
- Installing Kitten
- Creating and running the Hello, Kitten example
2. Tools of the trade
Set up your development environment and editing your first web page.
Topics covered
- Setting up your development environment
- Picking a package manager (default: brew)
- Picking a terminal (default: WezTerm)
- Picking a source control system (default: git)
- Picking an editor (default: Helix Editor)
- Editing source files.
- Introduction to version conrtol.
3. Hello Kitten, revisited
Making changes to your first web page.
Topics covered
- Editing source files.
- TODO: Introduction to version control
More lessons will be added in the coming days and weeks.