title | description |
---|---|
LeedAB Quickstart |
Start managing leads with LeedAB in under 5 minutes |
Learn how to update your LeedAB configuration locally and make sure everything deploys properly.
During onboarding, a GitHub repository containing your LeedAB dashboard code is created. You can find this repository in your [dashboard](https://dashboard.mintlify.com). To clone the repo locally, follow these [instructions](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) from your terminal. Once cloned, you can preview modifications to ensure your LeedAB dashboard looks and functions correctly. If you have a CLI or local server script, run it at the root of your repository. For example: 1. Install any necessary dependencies (e.g., `npm install`). 2. Start your local dev environment (e.g., `npm run dev`) to see real-time updates. You can configure a CI/CD pipeline or use a GitHub app for automatic deployments every time you push changes. Check your [dashboard](https://dashboard.mintlify.com) for quick setup guides. Once linked, you should see a successful check mark next to your commit hash if everything deployed correctly. After you've committed all changes, [push your code to GitHub](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository#about-git-push). Monitor your build or deployment logs to ensure the new version of your LeedAB dashboard is up-to-date. If for some reason the automatic deployment fails, you can trigger a manual update through the [dashboard](https://dashboard.mintlify.com).LeedAB uses modern web components (MDX or React-based, if applicable) to customize and extend lead management functionality. You can add or edit features directly in your files.
Personalize the look and feel of your LeedAB dashboard with custom branding and UI themes. Implement CSV or API-based imports to quickly load large volumes of leads into your dashboard. Get insights on lead interactions, call outcomes, and conversion metrics within your LeedAB dashboard. Host your LeedAB dashboard on a personalized subdomain to keep it seamlessly integrated with your brand.