<aside> 🧭

Goal (5 minutes): Get oriented, duplicate the template, and create your first connected world entry.

</aside>

1) Duplicate WorldForge

2) Pick your starting point (choose one)

3) Create your first β€œseed” entry

4) Verify the web is working

Use this quick checklist:

5) Visual map of the workflow

graph TD
	A[πŸ“Œ Duplicate template] --> B[🎯 Choose a starting system]
	B --> C[🧩 Create your first seed entry]
	C --> D[πŸ”— Link to 1–2 other systems]
	D --> E[βœ… Check backlinks / related sections]
	E --> F[πŸš€ Keep building outward]

	%% Readability defaults
	classDef node fill:#f8fafc,stroke:#1f2937,stroke-width:1px,color:#111827;
	class A,B,C,D,E,F node;