From 4d397d19f2a49f3cd47f2bebccc893a7f87457f1 Mon Sep 17 00:00:00 2001 From: dylan Date: Fri, 31 Jan 2025 08:08:15 +0100 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 378c0c5..e3024a0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This project was generated using [Angular CLI](https://github.com/angular/angula To start a local development server, run: ```bash +# force is needed for Tailwind +npm i --force ng serve ```