Brisa CLI
The Brisa CLI allows you to develop, build, start your application, and more.
To get a list of the available CLI commands, run the following command inside your project directory:
brisa --help
The output should look like this:
Usage: brisa [options] <command>
Options:
--help Show help
Commands:
dev Start development server
build Build for production
start Start production server
add Add integrations (e.g., mdx, tailwindcss, pandacss)