Get started in three steps
Run the D-Sports Documentation site locally, or jump to running one of the apps (PWA, site, native, Mic’d Up).Step 1: Run the docs locally
Clone the docs repo
Clone the docs repo
Clone the D-Sports docs repository and open it in your editor. The repo contains the content for docs.d-sports.org.
Start the docs preview
Start the docs preview
- Install the Mintlify CLI:
npm i -g mint - In the docs directory (where
docs.jsonlives), run:mint dev - Open http://localhost:3000 to see the docs.
Step 2: (Optional) Run an app
To run one of the D-Sports applications (PWA, marketing site, native app, or Mic’d Up), use the repo-specific instructions:- d-sports-api —
bun dev(port 3004) - d-sports-site —
bun dev(port 3005) - d-sports-engage-native —
bunx expo start - d-sports-mic-d-up — backend in
backend/, then mobile withbun run androidorbun run ios
Step 3: Deploy docs changes
- Commit and push your changes to the default branch.
- If the D-Sports docs are connected via the Mintlify GitHub app, the site at docs.d-sports.org updates automatically after the push.
Next steps
Ecosystem overview
How the four repositories fit together.
d-sports-api
PWA and backend setup.
Development
Contributing to this docs site: CLI, validation, formatting.
API reference
API documentation for d-sports-api.
Docs platform: These docs are built with Mintlify. For Mintlify-specific help, see mintlify.com/docs.
