This repository contains all the materials and resources you will need for the CodeGarden 2026 Migration Workshop.
The repository contains a v13 branch, which is the v13 version of the site and codebase that we will be migrating from.
The v17/pre-migration branch contains the bare minimum of what you need to start the migration to v17 for this workshop.
Because we will be moving from one branch to another during the workshop, and moving files between them, we recommend that you check out both branches.
To clone the v13 branch into a dedicated directory, run:
git clone --branch v13 --single-branch https://github.com/bumpdigital/cg26-migration-workshop.git cg26-migration-workshop-v13To clone the v17/pre-migration branch into a second directory, run:
git clone --branch v17/pre-migration https://github.com/bumpdigital/cg26-migration-workshop.git cg26-migration-workshop-v17Now head on over the to your cloned v13 directory and follow the instructions in migrate-from-v13.md to get started with the migration!