Adding integrations (brisa add)

brisa add allows you to add integrations to your project. To get a list of the available options with brisa add, run the following command inside your project directory:

brisa add --help

The output should look like this:

Usage: brisa add <integration>
Integrations:
 mdx          Add mdx integration
 tailwindcss  Add tailwindcss integration
Options:
 --help       Show help

MDX integration

The MDX integration allows you to use MDX files in your project. To add the MDX integration to your project, run the following command inside your project directory:

brisa add mdx

Take a look at the MDX integration documentation to learn more about the MDX integration.

Tailwind CSS integration

The Tailwind CSS integration allows you to use Tailwind CSS in your project. To add the Tailwind CSS integration to your project, run the following command inside your project directory:

brisa add tailwindcss

Take a look at the Tailwind CSS integration documentation to learn more about the Tailwind CSS integration.