Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 475 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (28 loc) · 475 Bytes

1.Clone the repository

https://github.com/johnbabu021/sweetgradients.git

2.Change your directory

cd sweetgradients

3.Install all packages

npm install

4.run the project

npm start

All set

  • switch to gradients.json
cd src/constants
  • create a new object with name and color
{
    "name":"your_gradient_name",
    "colors":["#YOUR_gradient","YOUR_gradient","YOUR_gradient",....]
}