Update CONTRIBUTE.md
This commit is contained in:
+26
-1
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user