Skip to content

Commit 102c671

Browse files
committed
doc improvement
1 parent 475db66 commit 102c671

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

Readme.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
Are you searching for a method that let you override php modules behaviours of Prestashop?
44

5-
---
6-
75
## Module Download
86

97
➡️ [Last release download](https://replaceme)
108

11-
---
12-
139
## What this module do
1410

1511
This module let you override every module .php files you want in your shop.
@@ -20,8 +16,6 @@ Thats way I decided to create a module that let you to override .php files too!
2016

2117
Sometimes you want to replace specific module behaviours and you don't want to touch original code, this module let you do exactly that!
2218

23-
---
24-
2519
## How it works
2620

2721
1. Download and install last module release
@@ -44,8 +38,19 @@ The module automatically detect if is your first override and create *.original*
4438

4539
Note that you will see only overrides of modules you have installed of the specific version you want to override.
4640

47-
---
48-
4941
## Report a bug
5042

5143
Please open an issue if you found a bug.
44+
45+
## Want to contribute?
46+
47+
Run these commands to install dependecies and to make css changes
48+
49+
```
50+
# install dependencies
51+
npm install
52+
# start tailwind daemon css generator
53+
npx tailwindcss -i ./views/css/input.css -o ./views/css/back.css --watch --minify
54+
```
55+
56+
This module is built with Tailwind CSS 3.x Framework

0 commit comments

Comments
 (0)