Skip to content

Commit

Permalink
instruction on how to add your own gradient to this project
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar-Sharma-7 committed Jul 27, 2023
1 parent 532ae9e commit b17f707
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@ body{

```

## How to add your own gradient to this project?
1. Open **colors.json** file from public/js
2. Add the following lines of code to json file.
```javascript
[
{
...
},
{
"colors":["color1", "color2"]
}
]
```
3. Save, commit and push.

## Cloning this repositary using command line
1. Open **Git Bash**.
1. Change the current working directory to the location where you want the cloned directory.
Expand Down

0 comments on commit b17f707

Please sign in to comment.