Skip to content

Commit f6f42ec

Browse files
authored
Merge pull request #15 from steinkel/patch-1
2 parents 75acc7a + 4cc1841 commit f6f42ec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ An application skeleton for creating applications with [CakePHP](https://cakephp
77

88
The framework source code can be found here: [cakephp/cakephp](https://github.com/cakephp/cakephp).
99

10+
## Requierements
11+
12+
1. PHP >= 8.1
13+
2. NodeJS ^20.19.0 || >=22.12.0
14+
3. NPM >=8.0.0
15+
1016
## Installation
1117

1218
1. Download [Composer](https://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
@@ -18,6 +24,12 @@ If Composer is installed globally, run
1824
composer create-project --prefer-dist cakephp/app-tailwind myapp
1925
```
2026

27+
To use the latest commit:
28+
29+
```bash
30+
composer create-project cakephp/app-tailwind tailwind -s dev
31+
```
32+
2133
Next, install [tailwind](https://tailwindcss.com/docs) and [vite](https://vite.dev/guide/)
2234
with npm:
2335

0 commit comments

Comments
 (0)