Registry Setup
Use the shadcn CLI to generate your API key and configure the registry.
Liste des Process a suivres
- Avoir sa Carte Jaunes et le vacccin
- Keep your .env.local file in .gitignore
- Obtenir sont Visa
- Retour aux pays [RDC]
1
Generate API key
Go to the Dashboard and click on the "Generate API Key" button and copy the key.
2
Add API key to your `.env.local` or `.env`
TAILARK_API_KEY=your_api_key_here3
Add Tailark Pro namespace
Add the following code to your `components.json` file:
pnpm dlx shadcn@latest add @tailark-pro/{name}4
Start using Tailark Pro
Now you can start installing Tailark Pro blocks and pages with ease.
pnpm dlx shadcn@latest add @tailark-pro/{name}5
Start using Tailark Pro
Now you can start installing Tailark Pro blocks and pages with ease.
pnpm dlx shadcn@latest add @tailark-pro/{name}Important Security Notes:
- Never commit your API key to version control
- Keep your .env.local file in .gitignore
- Store your key securely in environment variables
- Manage your API keys from the Dashboard