Netlify: https://plants-pedro.netlify.app/
This application is a UI inspired on Melriver website, just to learn the animations with GSAP!
### in your terminal and in the folder you want, follow this steps:
### Step 1
~ git clone [email protected]:Pedro-Murilo/plants.git
### Step 2
~ cd plants
### Step 3
~ yarn
### Step 4
~ yarn start
### it will be open on port `localhost:3000`
Step 1:
fork
this repository
Step 2: Add a new branch with your new feature:
git checkout -b my-feature
Step 3: Commit your new features:
git commit -m "feat: my new feature"
Step 4: Push to your branch:
git push origin your-branch
Final: After merge your pull request, you can delete your branch
This project is under MIT license. See the LICENSE file for more details.