Update readme

This commit is contained in:
2025-01-31 08:08:15 +01:00
parent 0178840593
commit 4d397d19f2

View File

@ -7,6 +7,8 @@ This project was generated using [Angular CLI](https://github.com/angular/angula
To start a local development server, run: To start a local development server, run:
```bash ```bash
# force is needed for Tailwind
npm i --force
ng serve ng serve
``` ```