### Install Flowbite MCP
Source: https://flowbite.com/docs/getting-started/mcp
Install the Flowbite MCP server using NPX. This is the simplest way to get started.
```bash
npx flowbite-mcp
```
--------------------------------
### Install Symfony
Source: https://flowbite.com/docs/getting-started/symfony
Use the Symfony CLI to create a new project. This is the recommended way to start a new Symfony application.
```bash
symfony new my_project_name --webapp
```
--------------------------------
### Local Development Setup for Flowbite MCP
Source: https://flowbite.com/docs/getting-started/mcp
Follow these steps to clone the repository, install dependencies, build the project, and run the server locally. This setup is recommended for extending or contributing to Flowbite MCP.
```bash
# Clone the repository
git clone https://github.com/themesberg/flowbite-mcp.git
cd flowbite-mcp
# Install dependencies
npm install
# Build the project
npm run build
# Run in stdio mode (for Claude Desktop, Cursor)
npm start
# Run inspector
npm run start inspector
```
--------------------------------
### Setup Phoenix Project Dependencies
Source: https://flowbite.com/docs/getting-started/phoenix
Run this command after generating the project to install all necessary dependencies and set up the project environment.
```bash
mix setup
```
--------------------------------
### Create New Meteor.js Project (Manual Setup)
Source: https://flowbite.com/docs/getting-started/meteor-js
Start a new Meteor.js project using the Meteor CLI. Use the --typescript flag for TypeScript projects.
```bash
meteor create meteor-project
cd meteor-project
```
```bash
meteor create meteor-project --typescript
cd meteor-project
```
--------------------------------
### Create New Remix Project (Manual Setup)
Source: https://flowbite.com/docs/getting-started/remix
Use the official CLI to create a new, clean Remix project if you prefer manual configuration.
```bash
npx create-remix@latest
```
--------------------------------
### Jumbotron with Tutorial Callout
Source: https://flowbite.com/docs/components/jumbotron
A Jumbotron component featuring a 'Tutorial' label, a main heading, descriptive text, and a 'Getting started' button. This is useful for introducing a guide or tutorial.
```html
Static websites are now used to bootstrap lots of websites and are becoming the basis for a variety of tools that even influence web designers. Static websites are now used to bootstrap lots of websites and are becoming the basis for a variety of tools that even influence both web designers and developers. Static websites are now used to bootstrap lots of websites and are becoming the basis for a variety of tools that even influence both web designers and developers.How to quickly deploy
a static websiteStart with Flowbite Design System
Best react libraries around the web