You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(setup): add next steps section for architecture customization
- Introduce a new section "Next Steps: Customize Your Toolkit"
- Celebrate the successful local setup
- Encourage exploration of architecture and customization
- Provide a link to the "Architecture & Customization" section
Copy file name to clipboardExpand all lines: src/content/docs/local-setup.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,11 @@ We recommend following the guides in the order presented to ensure a smooth setu
28
28
29
29
[Go to Mobile App Setup Guide →](/docs/mobile-client/local-setup/)
30
30
</Steps>
31
+
32
+
### Next Steps: Customize Your Toolkit
33
+
34
+
Congratulations! You now have the entire toolkit running locally. This is the perfect time to explore the architecture and learn how to make it your own.
35
+
36
+
The next logical step is to dive into our **Architecture & Customization** section, where you will learn how to take ownership of the shared packages and begin customizing your applications.
37
+
38
+
[**Go to Architecture & Customization →**](/docs/architecture/)
0 commit comments