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
- Create new markdown file for deployment guides overview
- Add title, description, and import statements for Card and CardGrid components
- Implement CardGrid layout with three deployment guide cards
- Include links to individual deployment guides for API server, web dashboard, and mobile client
Once you have the ecosystem running locally, the next step is to deploy the components to production. These guides provide step-by-step instructions for preparing and deploying each part of the toolkit.
9
+
10
+
<CardGrid>
11
+
<Cardtitle="1. Deploy the API Server"icon="cloud">
12
+
Learn how to configure and deploy the Dart Frog backend to a production server using Docker.
0 commit comments