Update CONTRIBUTE.md

This commit is contained in:
yoannchb-pro
2024-02-28 16:51:59 -05:00
parent c43cb8e2de
commit 54c1c1498d
+26 -1
View File
@@ -1,3 +1,28 @@
# CONTRIBUTE
`git config --local core.hooksPath .githooks/`
This file is not completed yet and still under devlopement
## Steps to work on the project
```
node: 18.13.0
npm: 8.19.2
```
### 1. Install dependencies
```
$ npm install
```
## 2. Setup Git hooks
```
$ git config --local core.hooksPath .githooks/
```
## 3. Build project
```
$ npm run build
```