---
title: 'Part I capstone: Constellation'
part: 'Part I — First Stitches: the Turtle'
partNumber: 1
order: 5
subtitle: 'Stars, branches, and your first exported piece'
---

_Content coming soon._

<Run>{`// Placeholder — constellation capstone
repeat 6 [
  push
  fd 20
  repeat 5 [ fd 5 rt 144 ]
  pop
  rt 60
]`}</Run>

<Checkpoint chapterId="ch-5">Chapter content coming soon.</Checkpoint>
