From 7fcd6b8d1a1b6cac5e2b538dc75b070d7ddcac07 Mon Sep 17 00:00:00 2001 From: David Eggenberger <72417712+DavidEggenberger@users.noreply.github.com> Date: Mon, 27 May 2024 19:45:24 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e29ba54..1ba06c5 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,14 @@ This repository builds upon ModularMonolith.SaaS.Template repo for more information. -## Running CrispyCollab -CrispyCollab's WebServer (it also serves the Blazor WebAssembly client) relies on a Redis instance to store cached values and on a SQL Server to store the application's data. Running CrispyCollab therefore requires these two Infrastructure components to be running as well. +## Using and Running CrispyCollab +### TailwindCSS +If you want to start building with the template and adding your own tailwind classes you must run the following commands from the Source directory: +``` +npm install -D tailwindcss +npx tailwindcss init +npx tailwindcss -i ./TailwindSource.css -o ./Web/Server/wwwroot/dist/output.css --watch +``` ### Infrastructure The most convient way to run a Redis and SQL Server instance is through Docker. To do so run this command from the root folder