Setup a project for Hydro toolkit

To create a new Hydro project with Tailwind, you can create one using a template:

dotnet new install Hydro.Templates
dotnet new hydro-tailwind -o MyApp
cd MyApp

Hydro toolkit uses Tailwind. Some of the components are built using HyperUI as a base. If you don't have Tailwind in your project yet, please follow the instructions below.

Download Tailwind CLI for your operating system:

MacOS:

brew install tailwindcss

Windows:

winget install --id=TailwindLabs.TailwindCSS  -e

Now your project is prepared to use examples from Hydro toolkit!