Setup overview ​
Two short pages get you ready for the day:
- Prerequisites, the accounts and local tools to set up, plus quick checks to confirm you're ready. Do this before you arrive.
- Defaults & paths, the default technology stack we use, and the three ways you can engage (follow the default, adapt to your own stack, or observe).
Short on time before the workshop?
Do the Prerequisites first, that's the part that's hard to fix in the room. You can read Defaults & paths during the opening segment.
Clone the workshop repository ​
First, fork the repo to your own GitHub account so you have a personal copy to push to. Then clone your fork:
- Go to dundermifflin.nl/repo and click Fork (top right).
- Uncheck
Copy the main branch only - Clone your fork:
bash
git clone https://github.com/<your-github-username>/dm-ws.git
cd dm-wsbash
git clone https://github.com/<your-github-username>/dm-ws.git
cd dm-wsWhy fork?
The shared workshop repo is read-only for attendees. Your fork is yours — push, branch, and experiment freely without affecting anyone else.
If anything below is unclear or fails, you will not be stuck: every segment has a fallback baseline so you can catch up.